diff --git a/default.nix b/default.nix index ce3453e..1182d5f 100644 --- a/default.nix +++ b/default.nix @@ -16,6 +16,10 @@ in "nix-command" "flakes" ]; + networking.nameservers = [ + "9.9.9.9" + "1.1.1.1" + ]; boot.kernelPackages = pkgs.linuxPackages_latest; @@ -39,7 +43,6 @@ in openssh.authorizedKeys.keys = keys; }; root = { - #yolo openssh.authorizedKeys.keys = keys; }; };