This commit is contained in:
Lukas Wurzinger 2024-08-18 23:17:36 +02:00
parent 94a1ae4793
commit 7f6bd60769

View file

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