diff options
| author | seth <[email protected]> | 2023-01-26 06:33:24 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-01-26 06:33:24 -0500 |
| commit | cfaf3bedb1a0666c7f01faa5b6c41096d89fec31 (patch) | |
| tree | 658456cabbe12e5bf2517350be457909a252712f /hosts/common/systemd.nix | |
| parent | 08895833e51bdfd760f2b4915a3997c13fe65b13 (diff) | |
enable systemd-resolved when not on wsl
Diffstat (limited to 'hosts/common/systemd.nix')
| -rw-r--r-- | hosts/common/systemd.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 = '' |
