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

@ -22,14 +22,10 @@
nameservers = [ "8.8.8.8" ];
extraHosts = ''
192.168.100.10 strawberry
192.168.100.11 peach
192.168.100.12 butterfly
192.168.100.13 winter
192.168.100.13 blossom
192.168.100.14 apricot
192.168.100.12 strawberry
192.168.100.15 caramel
10.100.0.1 fondue
10.100.0.1 sugarcane
'';
};
}