This commit is contained in:
iFargle 2024-02-06 19:09:03 +09:00
parent a582b5e7cc
commit 2af00f65fa

View file

@ -74,17 +74,13 @@
content = {
type = "luks";
name = "SWAP";
content = {
type = "swap";
resumeDevice = true; # Hibernation
settings = {
keyFile = "/mnt-root/etc/swap.key";
allowDiscards = true;
}; # content
content = {
type = "swap";
resumeDevice = true; # Hibernation
settings = {
keyFile = "/mnt-root/etc/swap.key";
allowDiscards = true;
}; # content
}; # content.ontent
};# content
} # partition 3 (SWAP)