lemurPro: add swap and cryptmirror

This commit is contained in:
Serĉanto de Scio 2024-05-22 21:50:33 +10:00
parent 251995a0d1
commit 46d257c88f
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -26,10 +26,11 @@
allowDiscards = true;
preLVM = true;
};
#"cryptswap" = {
# device = "/dev/disk/by-label/cryptswap";
# # keyFile = "/root/swap.key"; # enable encrypted hibernation & sleep
#};
"cryptmirror" = {
device = "/dev/disk/by-label/cryptmirror";
allowDiscards = true;
preLVM = true;
};
};
};
};
@ -45,6 +46,10 @@
device = "/dev/disk/by-label/EFI";
fsType = "vfat";
};
"/var/lib/backup" = {
device = "/dev/disk/by-label/backup";
fsType = "ext4";
};
};
swapDevices = [