mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-22 22:09:34 +01:00
fix: mount options
This commit is contained in:
parent
815ffd5b29
commit
404a0b34c2
@ -69,6 +69,7 @@ in
|
|||||||
|
|
||||||
# TODO: For "/" this cfg resides in base.nix
|
# TODO: For "/" this cfg resides in base.nix
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
"/mnt/512gb".options = [ "compress=zstd" "noatime" "commit=120" ];
|
# Ext4 not BTRFS
|
||||||
|
"/mnt/512gb".options = [ "noatime" "commit=60" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user