networking: add extraHosts

This commit is contained in:
LavaDesu 2021-08-22 14:50:06 +07:00
parent 7b3025c984
commit a465af7a93
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 16 additions and 0 deletions

View file

@ -19,5 +19,13 @@
}];
defaultGateway = "192.168.100.1";
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.14 apricot
'';
};
}

View file

@ -19,5 +19,13 @@
}];
defaultGateway = "192.168.100.1";
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.14 apricot
'';
};
}