configure disk differently for faster iteration

This commit is contained in:
twoneis 2024-05-08 15:38:26 +02:00
parent 05705124bc
commit 2d1e4f2af7
2 changed files with 6 additions and 16 deletions

View file

@ -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";