From cfaf3bedb1a0666c7f01faa5b6c41096d89fec31 Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 26 Jan 2023 06:33:24 -0500 Subject: enable systemd-resolved when not on wsl --- hosts/common/systemd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/common/systemd.nix') diff --git a/hosts/common/systemd.nix b/hosts/common/systemd.nix index 9d44da4..ba2464f 100644 --- a/hosts/common/systemd.nix +++ b/hosts/common/systemd.nix @@ -1,5 +1,5 @@ {config, ...}: let - value = config.sys.wsl.enable; + value = !config.sys.wsl.enable; in { services = { journald.extraConfig = '' -- cgit v1.2.3