From ac039e0367ef2344a516a7ec551e822ef950840b Mon Sep 17 00:00:00 2001 From: leon Date: Tue, 22 Nov 2022 20:32:38 +0000 Subject: [PATCH] update --- hosts/leon/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/leon/default.nix b/hosts/leon/default.nix index 30744384..06ef1c68 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.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 ];