diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/default.nix | 2 | ||||
| -rw-r--r-- | config/networking.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/default.nix b/config/default.nix index 1d7ca98..f4c310b 100644 --- a/config/default.nix +++ b/config/default.nix @@ -20,5 +20,5 @@ # this value at the release version of the first install of this system. # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). - system.stateVersion = "25.11"; # Did you read the comment? + system.stateVersion = "26.05"; # Did you read the comment? } diff --git a/config/networking.nix b/config/networking.nix index da38792..689e721 100644 --- a/config/networking.nix +++ b/config/networking.nix @@ -22,7 +22,7 @@ services.resolved = { enable = true; - dnsovertls = "opportunistic"; + settings.Resolve.DNSOverTLS = "opportunistic"; }; services.tailscale = { |
