Skip to content

Commit 31ceae1

Browse files
type ="swap";
1 parent bdb6b8f commit 31ceae1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

chromebox/chromebox3/disko-chromebox3.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,12 @@
5353
type = "lvm_vg";
5454
lvs = {
5555
swap = {
56-
type ="swap";
5756
size = "32G";
58-
discardPolicy = "both";
59-
resumeDevice = true; # resume from hiberation from this device
57+
content = {
58+
type ="swap";
59+
#discardPolicy = "both";
60+
resumeDevice = true; # resume from hiberation from this device
61+
}
6062
};
6163
atsCache = {
6264
size = "100G";

0 commit comments

Comments
 (0)