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