mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
123
This commit is contained in:
Generated
+4
-4
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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 ];
|
||||||
|
|||||||
Reference in New Issue
Block a user