hosts/satori: random

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-11-10 20:03:36 +05:30
parent ddbb19952d
commit b305a2ea68
2 changed files with 0 additions and 14 deletions

View File

@@ -35,6 +35,5 @@
}; };
}; };
binfmt.emulatedSystems = [ "aarch64-linux" ]; binfmt.emulatedSystems = [ "aarch64-linux" ];
zfs.extraPools = [ "stuff" ];
}; };
} }

View File

@@ -11,18 +11,6 @@
allowedUDPPorts = [ 22 17840 18172 ]; allowedUDPPorts = [ 22 17840 18172 ];
trustedInterfaces = [ "docker0" ]; trustedInterfaces = [ "docker0" ];
}; };
defaultGateway = "192.168.1.1";
interfaces = {
enp7s0 = {
useDHCP = true;
ipv4.addresses = [{
prefixLength = 24;
address = "192.168.1.109";
}];
};
};
wireguard.interfaces.wg0 = { wireguard.interfaces.wg0 = {
ips = [ "10.55.0.3/32" ]; ips = [ "10.55.0.3/32" ];
listenPort = 17840; listenPort = 17840;
@@ -37,6 +25,5 @@
} }
]; ];
}; };
nameservers = [ "1.1.1.1" "8.8.8.8" ];
}; };
} }