nixos: Minor tweaks

This commit is contained in:
2022-05-28 13:57:01 +01:00
parent 4abfe4eaef
commit dc69948112
4 changed files with 36 additions and 21 deletions

View File

@@ -17,6 +17,7 @@ in
# Explicitly unset fallback DNS (Nix module will not allow for a blank config)
extraConfig = ''
FallbackDNS=
Cache=no-negative
'';
};
}