diff options
| author | nzbr <mail@nzbr.de> | 2023-09-29 23:25:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-29 23:25:53 +0200 |
| commit | 8735bdfa5fdfa6e90d944ff9f5f806668b53eacb (patch) | |
| tree | 64148d00bbc6f8e1d7ba099cfbf31123113db2f8 /modules/systemd/default.nix | |
| parent | e7d93d0f478b6fbb47c00d03449dc3d08b90abb7 (diff) | |
| parent | ff1413aa34c525bf01145b40b99acfb7868ab285 (diff) | |
Merge pull request #295 from nix-community/prep-release
New release preparation
Diffstat (limited to 'modules/systemd/default.nix')
| -rw-r--r-- | modules/systemd/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/systemd/default.nix b/modules/systemd/default.nix index c6c2337..9199bcb 100644 --- a/modules/systemd/default.nix +++ b/modules/systemd/default.nix @@ -1,4 +1,4 @@ -{ config, pkgs, lib, ... }: +{ config, lib, ... }: with lib; { imports = [ @@ -9,7 +9,7 @@ with lib; { options.wsl = with types; { nativeSystemd = mkOption { type = bool; - default = false; + default = true; description = "Use native WSL systemd support"; }; }; |
