rmdir networking: bump

This commit is contained in:
tv 2015-06-24 20:18:26 +02:00
parent 41912f0452
commit b8dab2b12b

View File

@ -1,13 +1,14 @@
{...}:
_:
{
networking.hostName = "rmdir";
networking.interfaces.enp2s1.ip4 = [
{
address = "162.219.6.2";
address = "167.88.44.94";
prefixLength = 24;
}
];
networking.defaultGateway = "162.219.6.1";
networking.defaultGateway = "167.88.44.1";
networking.nameservers = [
"8.8.8.8"
];