mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
systemd 254 arrived, switched back to sway
This commit is contained in:
parent
e7cb531d8b
commit
b81a7a669a
14 changed files with 96 additions and 36 deletions
|
@ -8,7 +8,13 @@
|
|||
};
|
||||
services.resolved = {
|
||||
enable = true;
|
||||
dnssec = "yes";
|
||||
dnssec = "true";
|
||||
fallbackDns = [
|
||||
"9.9.9.9"
|
||||
"149.112.112.112"
|
||||
"2620:fe::fe"
|
||||
"2620:fe::9"
|
||||
];
|
||||
# make room for the adguard dns
|
||||
extraConfig = ''
|
||||
[Resolve]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue