Files
nix-config/systems/server/userdata.nix
2023-11-17 21:01:08 +01:00

12 lines
161 B
Nix

{
interface = "enp0s31f6";
ipv4 = "192.168.0.6";
wireguardIp = "192.168.2.1";
udpRanges = [
#{
# from = 52000;
# to = 52100;
#}
];
}