a
This commit is contained in:
parent
9272749b6f
commit
0f75981120
15 changed files with 129 additions and 31 deletions
12
hosts/anemone/networking.nix
Normal file
12
hosts/anemone/networking.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ config, ... }: {
|
||||
networking = {
|
||||
useDHCP = true;
|
||||
nameservers = [ "1.1.1.1" "8.8.8.8" ];
|
||||
wireless.userControlled.enable = true;
|
||||
|
||||
extraHosts = ''
|
||||
192.168.100.12 strawberry
|
||||
192.168.100.15 caramel
|
||||
'';
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue