Skip to content

Commit c156736

Browse files
real
1 parent 97d2c2a commit c156736

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

chromebox/chromebox3/disko-chromebox3.nix

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
disk = {
1919
one = {
2020
type = "disk";
21-
device = "/dev/vdb"; # --vm-test
22-
#device = "/dev/sda"; # real
21+
#device = "/dev/vdb"; # --vm-test
22+
device = "/dev/sda"; # real
2323
content = {
2424
type = "gpt";
2525
partitions = {
@@ -54,21 +54,21 @@
5454
type = "lvm_vg";
5555
lvs = {
5656
swap = {
57-
size = "10%"; # --vm-test
58-
#size = "32G";
57+
#size = "10%"; # --vm-test
58+
size = "32G";
5959
content = {
6060
type ="swap";
6161
#discardPolicy = "both";
6262
resumeDevice = true; # resume from hiberation from this device
6363
};
6464
};
6565
atsCache = {
66-
size = "10%"; # --vm-test
67-
#size = "100G";
66+
#size = "10%"; # --vm-test
67+
size = "100G";
6868
};
6969
sftp = {
70-
size = "10%"; # --vm-test
71-
#size = "20G";
70+
#size = "10%"; # --vm-test
71+
size = "20G";
7272
content = {
7373
type = "filesystem";
7474
format = "xfs";
@@ -77,7 +77,7 @@
7777
};
7878
};
7979
root = {
80-
size = "100%";
80+
size = "90%";
8181
content = {
8282
type = "filesystem";
8383
format = "xfs"; # <---------- xfs!

0 commit comments

Comments
 (0)