setup secure boot

This commit is contained in:
Gerg-L 2024-05-01 22:32:44 -04:00
parent 452dbf5658
commit f8a338df15
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
4 changed files with 259 additions and 34 deletions

View file

@ -17,6 +17,7 @@ lib: {
content = {
type = "gpt";
partitions = {
#BOOT is unused
BOOT = {
device = "${fullName}-part1";
type = "EF00";
@ -25,7 +26,6 @@ lib: {
content = {
type = "filesystem";
format = "vfat";
mountpoint = "/efi${name}";
};
};
swap = {