test
This commit is contained in:
parent
2af00f65fa
commit
2913693512
1 changed files with 3 additions and 3 deletions
|
@ -74,13 +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
|
||||||
}; # content.ontent
|
}; # content.ontent
|
||||||
};# content
|
};# content
|
||||||
} # partition 3 (SWAP)
|
} # partition 3 (SWAP)
|
||||||
|
|
Loading…
Reference in a new issue