networking: add wg hostnames

This commit is contained in:
LavaDesu 2021-09-21 08:26:13 +07:00
parent ef36724352
commit 2d14369f78
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 9 additions and 0 deletions

View file

@ -27,6 +27,8 @@
192.168.100.12 butterfly
192.168.100.13 winter
192.168.100.14 apricot
10.100.0.1 fondue
'';
};
}

View file

@ -9,5 +9,10 @@
}];
defaultGateway = "192.168.100.1";
nameservers = [ "8.8.8.8" ];
extraHosts = ''
10.100.0.2 apricot
10.100.0.3 winter
'';
};
}

View file

@ -27,6 +27,8 @@
192.168.100.12 butterfly
192.168.100.13 winter
192.168.100.14 apricot
10.100.0.1 fondue
'';
};
}