hosts/*/networking: cleanup extraHosts

This commit is contained in:
LavaDesu 2022-02-02 18:07:39 +07:00
parent 3cb4f363a5
commit 23652b008e
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 9 additions and 12 deletions

View file

@ -2,5 +2,10 @@
networking = {
useDHCP = false;
interfaces.ens3.useDHCP = true;
extraHosts = ''
10.100.0.3 blossom
10.100.0.4 strawberry
'';
};
}