feat(Infini-WSL): add host for Windows Subsystem For Linux
This commit is contained in:
parent
0b1a8cbe9a
commit
8bb0369c1c
5 changed files with 99 additions and 3 deletions
|
@ -19,7 +19,7 @@ in
|
|||
{
|
||||
assertions = [
|
||||
{
|
||||
assertion = (count (v: v) [ cfg.grub.enable cfg.systemd-boot.enable ]) == 1;
|
||||
assertion = (count (v: v) [ cfg.grub.enable cfg.systemd-boot.enable config.wsl.enable ]) == 1;
|
||||
message = "Must enable one and only one bootloader";
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue