Files
nix-config/systems/server/userdata.nix

15 lines
225 B
Nix

{
interface = "enp0s31f6";
ipv4 = "192.168.0.6";
dns = "127.0.0.1";
wireguardIp = "192.168.2.1";
wm = "startplasma-x11";
user = "anon";
udpRanges = [
#{
# from = 52000;
# to = 52100;
#}
];
}