configure disk differently for faster iteration
This commit is contained in:
parent
05705124bc
commit
2d1e4f2af7
2 changed files with 6 additions and 16 deletions
|
@ -31,10 +31,6 @@
|
|||
mountOptions = [ "compress=zstd" "noatime" ];
|
||||
mountpoint = "/";
|
||||
};
|
||||
"/home" = {
|
||||
mountOptions = [ "compress=zstd" "noatime" ];
|
||||
mountpoint = "/home";
|
||||
};
|
||||
"/nix" = {
|
||||
mountOptions = [ "compress=zstd" "noatime" ];
|
||||
mountpoint = "/nix";
|
||||
|
@ -45,7 +41,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
mountpoint = "/pratition-root";
|
||||
swap = {
|
||||
swapfile = {
|
||||
size = "16G";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue