add grub bootloader device

This commit is contained in:
Dennis Wuitz
2023-12-26 04:07:18 +01:00
parent 671fbfce41
commit 5bb39a58c7
3 changed files with 5 additions and 16 deletions

View File

@ -17,7 +17,7 @@ in
filesystem = lib.mkOption {
type = lib.types.str;
example = "btrfs";
default = "zfs";
default = "ext4";
description = "The filesystem installed.";
};
fullDiskEncryption = libS.mkOpinionatedOption "use luks full disk encrytion";
@ -67,7 +67,6 @@ in
efiSupport = true;
efiInstallAsRemovable = true;
fsIdentifier = "uuid";
device = "nodev";
enableCryptodisk = lib.mkIf cfg.fullDiskEncryption true;
};
};