Add easy boot configuration profile limit

This commit is contained in:
2024-02-18 17:30:12 -07:00
parent 7e812001f0
commit 0e59fa3518
3 changed files with 11 additions and 2 deletions

View File

@@ -16,6 +16,7 @@
bios = {
enable = true;
device = "/dev/sda";
configurationLimit = 3; # Save room in /nix/store
};
remoteLuksUnlock.enable = true;