This commit is contained in:
DACHXY 2025-04-03 22:41:22 +08:00
parent 69447ae515
commit ca5db8c1c2
2 changed files with 1 additions and 1 deletions

View file

@ -1,6 +1,7 @@
{
config,
pkgs,
lib,
...
}:

View file

@ -4,7 +4,6 @@
enableIPv6 = false;
firewall = {
enable = true;
allowedTCPPorts = [ 8099 ];
};
};
}