hm refactor

This commit is contained in:
2025-12-30 12:42:54 +03:00
parent 6164c8c848
commit 7dd92c999c
4 changed files with 59 additions and 59 deletions
+8 -2
View File
@@ -11,8 +11,14 @@
};
networking.firewall = {
allowedTCPPorts = [ 8443 9443 ];
allowedUDPPorts = [ 8443 9443 ];
allowedTCPPorts = [
8443
9443
];
allowedUDPPorts = [
8443
9443
];
};
environment.systemPackages = [ pkgs.xray ];