From 15bc7bf085358e4b219b4e2a79366adc63de8e0f Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Tue, 18 Apr 2023 23:52:03 -0400 Subject: [PATCH] Disable native systemd in wsl for now --- machines/wsl/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/machines/wsl/configuration.nix b/machines/wsl/configuration.nix index e230d0c..08b9753 100644 --- a/machines/wsl/configuration.nix +++ b/machines/wsl/configuration.nix @@ -22,8 +22,7 @@ wsl = { enable = true; defaultUser = "nathan"; - startMenuLaunchers = true; - nativeSystemd = true; + # nativeSystemd = true; }; security.sudo.enable = true;