chore: upgrade to NixOS 24.05

This commit is contained in:
Felix Schröter 2024-05-26 11:31:08 +02:00
parent bf90bef6c0
commit a377290326
Signed by: felschr
GPG key ID: 671E39E6744C807D
13 changed files with 36 additions and 32 deletions

View file

@ -8,7 +8,7 @@
services.resolved = {
enable = true;
# don't use fallback resolvers
fallbackDns = config.networking.nameservers;
fallbackDns = [ ];
};
services.nextdns = {