Added boot.nix

This commit is contained in:
2024-09-06 20:03:42 +02:00
parent ef3c24b031
commit bbe296b136
2 changed files with 19 additions and 7 deletions

7
modules/boot.nix Normal file
View File

@@ -0,0 +1,7 @@
{ ... }:
{
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.systemd-boot.configurationLimit = 10;
boot.initrd.luks.devices."luks-332a07bd-65fb-4d91-91ba-fe3f594063b1".device = "/dev/disk/by-uuid/332a07bd-65fb-4d91-91ba-fe3f594063b1";
}