summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/common/systemd.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/hosts/common/systemd.nix b/hosts/common/systemd.nix
index ba2464f..e28ff95 100644
--- a/hosts/common/systemd.nix
+++ b/hosts/common/systemd.nix
@@ -1,12 +1,10 @@
-{config, ...}: let
- value = !config.sys.wsl.enable;
-in {
+_: {
services = {
journald.extraConfig = ''
MaxRetentionSec=1w
'';
resolved = {
- enable = value;
+ enable = true;
dnssec = "allow-downgrade";
extraConfig = ''
[Resolve]