From bab079a3af3b63cc6b69c52c8eda3c3c4901a979 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 18 Feb 2023 06:24:43 -0500 Subject: fix some issues and update flake.lock --- hosts/common/systemd.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts') diff --git a/hosts/common/systemd.nix b/hosts/common/systemd.nix index e28ff95..9ee7baf 100644 --- a/hosts/common/systemd.nix +++ b/hosts/common/systemd.nix @@ -1,10 +1,10 @@ -_: { +{wsl, ...}: { services = { journald.extraConfig = '' MaxRetentionSec=1w ''; resolved = { - enable = true; + enable = !wsl; dnssec = "allow-downgrade"; extraConfig = '' [Resolve] -- cgit v1.2.3