File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 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 = {
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" ;
7777 } ;
7878 } ;
7979 root = {
80- size = "100 %" ;
80+ size = "90 %" ;
8181 content = {
8282 type = "filesystem" ;
8383 format = "xfs" ; # <---------- xfs!
You can’t perform that action at this time.
0 commit comments