added port

This commit is contained in:
baritone 2025-03-31 00:16:54 +02:00
parent d63c5d6364
commit aadea2bf48

View file

@ -31,4 +31,7 @@ in {
'';
};
};
# Open port so i can access it on my local network
networking.firewall.allowedTCPPorts = [port];
}