From dd632e50ba1a4d181c4d0c0ca12563cc3e4449d6 Mon Sep 17 00:00:00 2001 From: K900 Date: Sat, 30 Sep 2023 08:26:46 +0300 Subject: fix: fix config generation for legacy/tests --- tests/shells.Tests.ps1 | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/shells.Tests.ps1') diff --git a/tests/shells.Tests.ps1 b/tests/shells.Tests.ps1 index 6bcc640..c1dbf73 100644 --- a/tests/shells.Tests.ps1 +++ b/tests/shells.Tests.ps1 @@ -18,6 +18,7 @@ Describe "Shells" { config = mkMerge [ { wsl.enable = true; + wsl.nativeSystemd = false; users.users.nixos.shell = pkgs.$package; } (optionalAttrs (hasAttrByPath ["programs" "$package" "enable"] options) { -- cgit v1.2.3