From db750bddd165ccaa5051629bf14478543a754119 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Mon, 17 Apr 2023 00:26:53 -0400 Subject: [PATCH] Use native systemd for wsl --- machines/wsl/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/wsl/configuration.nix b/machines/wsl/configuration.nix index 5ca8a24..e230d0c 100644 --- a/machines/wsl/configuration.nix +++ b/machines/wsl/configuration.nix @@ -23,6 +23,7 @@ enable = true; defaultUser = "nathan"; startMenuLaunchers = true; + nativeSystemd = true; }; security.sudo.enable = true;