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