diff --git a/hosts/leon/default.nix b/hosts/leon/default.nix index 838b619b..177c98b4 100644 --- a/hosts/leon/default.nix +++ b/hosts/leon/default.nix @@ -66,7 +66,7 @@ openssh.authorizedKeys.keys = with import ../../users.nix; leon.sshKeys; }; - + 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 ];