fix
This commit is contained in:
parent
21c5e76082
commit
45fea7a83a
|
@ -5,7 +5,7 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
systemService = true;
|
systemService = true;
|
||||||
openDefaultPorts = true;
|
openDefaultPorts = true;
|
||||||
guiAddress = "0.0.0.0:${guiPort}";
|
guiAddress = "0.0.0.0:${builtins.toString guiPort}";
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [guiPort];
|
networking.firewall.allowedTCPPorts = [guiPort];
|
||||||
|
|
Loading…
Reference in a new issue