From c3d1cb2fa67d424e621ae2bc0ef490f66e5e2f14 Mon Sep 17 00:00:00 2001 From: leon Date: Tue, 22 Nov 2022 20:31:51 +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 177c98b4..30744384 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 ];