This commit is contained in:
2025-07-25 20:31:38 +03:00
parent e400b5ea8a
commit 3d1421f38d
2 changed files with 6 additions and 5 deletions
Generated
+4 -4
View File
@@ -544,11 +544,11 @@
}, },
"zeroq-credentials": { "zeroq-credentials": {
"locked": { "locked": {
"lastModified": 1753460123, "lastModified": 1753463850,
"narHash": "sha256-/KPCrjriH+lKiW27anVaujmSMZY3pmN8hss8Dc6sQd0=", "narHash": "sha256-/Lrk4xhkEMtoSDmmdiBECMAEfabvW9WeFN4EZqh+mqc=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "c8b4b4f31e4915272a47537d5e73a181c9bc8f26", "rev": "6c61c3034d1f070f8d9ccf3b01b94ddc6ce70e3b",
"revCount": 20, "revCount": 23,
"type": "git", "type": "git",
"url": "ssh://git@github.com/oqyude/zeroq-credentials.git" "url": "ssh://git@github.com/oqyude/zeroq-credentials.git"
}, },
+2 -1
View File
@@ -13,7 +13,8 @@
networking.firewall = { networking.firewall = {
allowedTCPPorts = [ 443 ]; allowedTCPPorts = [ 443 ];
allowedUDPPorts = [ 443 ]; allowedUDPPorts = [ 443 41641 ];
trustedInterfaces = [ "tailscale0" ];
}; };
environment.systemPackages = with pkgs; [ xray ]; environment.systemPackages = with pkgs; [ xray ];