Skip to content

Commit 5675822

Browse files
authored
Merge pull request #1067 from nix-community/bootspec
modules/wsl-distro: don't disable bootspec
2 parents 0687334 + 2821445 commit 5675822

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

modules/wsl-distro.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ in
113113
config = mkIf cfg.enable {
114114
# WSL uses its own kernel and boot loader
115115
boot = {
116-
bootspec.enable = false;
117116
initrd.enable = false;
118117
kernel.enable = false;
119118
loader.grub.enable = false;

0 commit comments

Comments
 (0)