feat(Infini-WSL): add host for Windows Subsystem For Linux

This commit is contained in:
Infinidoge 2022-04-27 21:10:17 -04:00
parent 0b1a8cbe9a
commit 8bb0369c1c
5 changed files with 99 additions and 3 deletions

View file

@ -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";
}
];