mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
hm refactor
This commit is contained in:
@@ -11,8 +11,14 @@
|
||||
};
|
||||
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [ 8443 9443 ];
|
||||
allowedUDPPorts = [ 8443 9443 ];
|
||||
allowedTCPPorts = [
|
||||
8443
|
||||
9443
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
8443
|
||||
9443
|
||||
];
|
||||
};
|
||||
|
||||
environment.systemPackages = [ pkgs.xray ];
|
||||
|
||||
Reference in New Issue
Block a user