hosts/satori: random changes

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-03-08 06:15:08 +05:30
parent 8c32c34bc7
commit ab43a24e08
5 changed files with 20 additions and 20 deletions

View File

@@ -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" ];
};
}