hosts/dandelion: init
This commit is contained in:
parent
a1510113a5
commit
d13a8e5cd4
7 changed files with 107 additions and 3 deletions
10
hosts/dandelion/networking.nix
Normal file
10
hosts/dandelion/networking.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ config, ... }: {
|
||||
networking = {
|
||||
useDHCP = true;
|
||||
|
||||
# extraHosts = ''
|
||||
# 10.100.0.3 blossom
|
||||
# 10.100.0.4 strawberry
|
||||
# '';
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue