dns servers

This commit is contained in:
goeranh 2025-10-24 16:37:06 +02:00
parent 17fb4c11d1
commit ed81f14cf3
No known key found for this signature in database

View file

@ -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;
};
};