everything works :D

This commit is contained in:
Gerg-L 2024-06-16 19:04:08 -04:00
parent 19a3a6c4d9
commit 714b885bfe
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
9 changed files with 6400 additions and 278 deletions

View file

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