mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: a bunch of things, also hcloud removal
This commit is contained in:
parent
e59be4137b
commit
899e37094f
8 changed files with 40 additions and 32 deletions
|
|
@ -4,9 +4,10 @@ in {
|
|||
networking = {
|
||||
networkmanager.dns = mkForce "none";
|
||||
nameservers = [
|
||||
"1.1.1.1#cloudflare-dns.com"
|
||||
"172.20.0.1"
|
||||
/*"1.1.1.1#cloudflare-dns.com"
|
||||
"1.0.0.1#cloudflare-dns.com"
|
||||
"8.8.8.8#dns.google"
|
||||
"8.8.8.8#dns.google"*/
|
||||
];
|
||||
};
|
||||
services.resolved = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue