Add configuration for Shire
This commit is contained in:
parent
f0daaba8a7
commit
3ac81e8aef
4 changed files with 43 additions and 16 deletions
12
hosts/Shire/configuration.nix
Normal file
12
hosts/Shire/configuration.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../wifi.nix
|
||||
];
|
||||
|
||||
networking.hostName = "Shire";
|
||||
|
||||
# TODO
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue