File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2323 type = "filesystem" ;
2424 format = "ext4" ;
2525 mountpoint = "/" ;
26+ # optimize for throughput, disregarding data integrity
27+ mountOptions = [ "noatime" "data=writeback" "barrier=0" "errors=remount-ro" "nobh" ] ;
2628 } ;
2729 } ;
2830 } ;
Original file line number Diff line number Diff line change 66 ../module.nix
77 ../example/simple-efi.nix
88 ( { config , ... } : {
9+ disko . devices . disk . main . imageSize = "20G" ;
910 documentation . enable = false ;
1011 system . stateVersion = config . system . nixos . version ;
11- disko . memSize = 2048 ;
12+ disko . memSize = 8096 ;
1213 disko . checkScripts = true ;
14+ services . xserver . enable = true ;
15+ services . displayManager . sddm . enable = true ;
16+ services . desktopManager . plasma6 . enable = true ;
1317 } )
1418] ) . config . system . build . diskoImages
You can’t perform that action at this time.
0 commit comments