mini-2024-12-03-20-29-57

This commit is contained in:
Alexander Szczepanski
2024-12-03 20:29:57 +01:00
parent e57e5c4f13
commit db0bc6a35d
3 changed files with 70 additions and 159 deletions

View File

@ -6,7 +6,7 @@
...
}: {
imports = [
../../configs/common.nix
./configs/common.nix
];
boot = {
@ -16,7 +16,7 @@
enable = true;
device = "nodev";
efiSupport = true;
configurationLimit = 5;
configurationLimit = 10;
enableCryptodisk = true;
useOSProber = true;
};