test
This commit is contained in:
parent
a582b5e7cc
commit
2af00f65fa
1 changed files with 3 additions and 7 deletions
|
@ -74,17 +74,13 @@
|
||||||
content = {
|
content = {
|
||||||
type = "luks";
|
type = "luks";
|
||||||
name = "SWAP";
|
name = "SWAP";
|
||||||
|
content = {
|
||||||
|
type = "swap";
|
||||||
|
resumeDevice = true; # Hibernation
|
||||||
settings = {
|
settings = {
|
||||||
keyFile = "/mnt-root/etc/swap.key";
|
keyFile = "/mnt-root/etc/swap.key";
|
||||||
allowDiscards = true;
|
allowDiscards = true;
|
||||||
}; # content
|
}; # content
|
||||||
content = {
|
|
||||||
type = "swap";
|
|
||||||
resumeDevice = true; # Hibernation
|
|
||||||
settings = {
|
|
||||||
keyFile = "/mnt-root/etc/swap.key";
|
|
||||||
allowDiscards = true;
|
|
||||||
}; # content
|
|
||||||
}; # content.ontent
|
}; # content.ontent
|
||||||
};# content
|
};# content
|
||||||
} # partition 3 (SWAP)
|
} # partition 3 (SWAP)
|
||||||
|
|
Loading…
Reference in a new issue