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 23
23
type = "filesystem" ;
24
24
format = "ext4" ;
25
25
mountpoint = "/" ;
26
+ # optimize for throughput, disregarding data integrity
27
+ mountOptions = [ "noatime" "data=writeback" "barrier=0" "errors=remount-ro" "nobh" ] ;
26
28
} ;
27
29
} ;
28
30
} ;
Original file line number Diff line number Diff line change 6
6
../module.nix
7
7
../example/simple-efi.nix
8
8
( { config , ... } : {
9
+ disko . devices . disk . main . imageSize = "20G" ;
9
10
documentation . enable = false ;
10
11
system . stateVersion = config . system . nixos . version ;
11
- disko . memSize = 2048 ;
12
+ disko . memSize = 8096 ;
12
13
disko . checkScripts = true ;
14
+ services . xserver . enable = true ;
15
+ services . displayManager . sddm . enable = true ;
16
+ services . desktopManager . plasma6 . enable = true ;
13
17
} )
14
18
] ) . config . system . build . diskoImages
You can’t perform that action at this time.
0 commit comments