hosts/*/networking: cleanup extraHosts
This commit is contained in:
parent
3cb4f363a5
commit
23652b008e
3 changed files with 9 additions and 12 deletions
|
|
@ -2,5 +2,10 @@
|
|||
networking = {
|
||||
useDHCP = false;
|
||||
interfaces.ens3.useDHCP = true;
|
||||
|
||||
extraHosts = ''
|
||||
10.100.0.3 blossom
|
||||
10.100.0.4 strawberry
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue