dns servers
This commit is contained in:
parent
17fb4c11d1
commit
ed81f14cf3
1 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue