diff options
| author | K900 <me@0upti.me> | 2023-09-29 20:51:59 +0300 |
|---|---|---|
| committer | K900 <me@0upti.me> | 2023-09-29 20:58:37 +0300 |
| commit | 65ba7e6fb468fe67bff3751d205926bb05e0baff (patch) | |
| tree | 35414982a5daba268fce1520a593a69edce6108c | |
| parent | 605683ff78929114fc411718b193254b2ebbfcce (diff) | |
systemd: default to native
| -rw-r--r-- | modules/systemd/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/systemd/default.nix b/modules/systemd/default.nix index ae87c6b..9199bcb 100644 --- a/modules/systemd/default.nix +++ b/modules/systemd/default.nix @@ -9,7 +9,7 @@ with lib; { options.wsl = with types; { nativeSystemd = mkOption { type = bool; - default = false; + default = true; description = "Use native WSL systemd support"; }; }; |
