hosts/satori: random changes
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
networking = {
|
||||
hostName = "satori";
|
||||
hostId = "beca3df0";
|
||||
defaultGateway = "192.168.1.1";
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
wifi = {
|
||||
@@ -12,16 +11,12 @@
|
||||
backend = "iwd";
|
||||
};
|
||||
};
|
||||
|
||||
firewall = {
|
||||
allowedTCPPorts = [ 22 18172 6600 8001 25565 ];
|
||||
allowedUDPPorts = [ 22 17840 18172 ];
|
||||
trustedInterfaces = [ "docker0" ];
|
||||
};
|
||||
interfaces = {
|
||||
enp7s0 = {
|
||||
useDHCP = true;
|
||||
};
|
||||
};
|
||||
|
||||
wireguard.interfaces.wg0 = with network.addresses.wireguard.ips; {
|
||||
ips = [ satori ];
|
||||
@@ -37,5 +32,8 @@
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
defaultGateway = "192.168.1.1";
|
||||
nameservers = [ "1.1.1.1" "8.8.8.8" ];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user