hosts/satori: add tlp and move around misc stuff

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-01-18 14:51:32 +05:30
parent 6f7e8a749a
commit 97bc35cb07
5 changed files with 16 additions and 15 deletions

View File

@@ -8,17 +8,13 @@
wireless.enable = true;
wireless.interfaces = [ "wlp0s20f3" ];
firewall = {
allowedTCPPorts = [ 22 18172 6600 8001 ];
allowedTCPPorts = [ 22 18172 6600 8001 25565];
allowedUDPPorts = [ 22 17840 18172 ];
trustedInterfaces = [ "docker0" ];
};
interfaces = {
enp7s0 = {
useDHCP = true;
ipv4.addresses = [{
prefixLength = 24;
address = "192.168.1.109";
}];
};
};