This commit is contained in:
Lukas Wurzinger 2024-08-18 20:59:12 +02:00
parent 21c5e76082
commit 45fea7a83a

View file

@ -5,7 +5,7 @@ in {
enable = true;
systemService = true;
openDefaultPorts = true;
guiAddress = "0.0.0.0:${guiPort}";
guiAddress = "0.0.0.0:${builtins.toString guiPort}";
};
networking.firewall.allowedTCPPorts = [guiPort];