test
This commit is contained in:
parent
a3608b1e3a
commit
cc5f57618a
1 changed files with 1 additions and 1 deletions
|
@ -74,9 +74,9 @@
|
||||||
content = {
|
content = {
|
||||||
type = "luks";
|
type = "luks";
|
||||||
name = "SWAP";
|
name = "SWAP";
|
||||||
keyFile = "/mnt-root/etc/swap.key";
|
|
||||||
settings = {
|
settings = {
|
||||||
allowDiscards = true;
|
allowDiscards = true;
|
||||||
|
keyFile = "/mnt-root/etc/swap.key";
|
||||||
}; # content
|
}; # content
|
||||||
content = {
|
content = {
|
||||||
type = "swap";
|
type = "swap";
|
||||||
|
|
Loading…
Reference in a new issue