This commit is contained in:
Leon Vita 2022-11-22 20:32:38 +00:00
parent c3d1cb2fa6
commit ac039e0367
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
openssh.authorizedKeys.keys = with import ../../users.nix;
leon.sshKeys;
};
networking.nameservers = ["172.20.73.8" "9.9.9.9"]
networking.nameservers = ["172.20.73.8" "9.9.9.9"];
networking.firewall = {
allowedTCPPorts = [ 5000 22 53 80 443 8080 12000 ];
allowedUDPPorts = [ 53 80 8080 18900 19900 ];