Skip to content

Commit

Permalink
systemd: default to native
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Sep 29, 2023
1 parent 605683f commit 65ba7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/systemd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ with lib; {
options.wsl = with types; {
nativeSystemd = mkOption {
type = bool;
default = false;
default = true;
description = "Use native WSL systemd support";
};
};
Expand Down

0 comments on commit 65ba7e6

Please sign in to comment.