summaryrefslogtreecommitdiff
path: root/os/common
diff options
context:
space:
mode:
Diffstat (limited to 'os/common')
-rw-r--r--os/common/configuration.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/os/common/configuration.nix b/os/common/configuration.nix
index d1ea0e5..9e9b035 100644
--- a/os/common/configuration.nix
+++ b/os/common/configuration.nix
@@ -20,7 +20,7 @@ in
../../global/common
];
- system.stateVersion = "24.05";
+ system.stateVersion = "26.05";
time.timeZone = "Asia/Kolkata";
networking = {
@@ -77,8 +77,10 @@ in
services = {
resolved = {
enable = true;
- dnssec = "allow-downgrade";
- dnsovertls = "opportunistic";
+ settings.Resolve = {
+ DNSOverTLS = "opportunistic";
+ DNSSEC = "allow-downgrade";
+ };
};
openssh = {
enable = true;