Skip to content

Commit 97d2c2a

Browse files
percent
1 parent 3f8a344 commit 97d2c2a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

chromebox/chromebox3/disko-chromebox3.nix

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,21 @@
5454
type = "lvm_vg";
5555
lvs = {
5656
swap = {
57-
size = "32G";
57+
size = "10%"; # --vm-test
58+
#size = "32G";
5859
content = {
5960
type ="swap";
6061
#discardPolicy = "both";
6162
resumeDevice = true; # resume from hiberation from this device
6263
};
6364
};
6465
atsCache = {
65-
size = "100G";
66+
size = "10%"; # --vm-test
67+
#size = "100G";
6668
};
6769
sftp = {
68-
size = "20G";
70+
size = "10%"; # --vm-test
71+
#size = "20G";
6972
content = {
7073
type = "filesystem";
7174
format = "xfs";

0 commit comments

Comments
 (0)