diff options
| author | adikro <adikro@disroot.org> | 2026-01-11 20:53:40 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-01-11 20:53:40 +0100 |
| commit | 760a0edc2937fab375898bbd2f2a3011eb8c9756 (patch) | |
| tree | d5841eb7dc00ef23f6d6a9b52699e83709a5f3cb /hosts/desktop/disko.nix | |
| parent | 5d0f2554cf56459b0afd27d3ed437a7fa50602a9 (diff) | |
way too many changes to describe
Diffstat (limited to 'hosts/desktop/disko.nix')
| -rw-r--r-- | hosts/desktop/disko.nix | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/hosts/desktop/disko.nix b/hosts/desktop/disko.nix index d492ca6..edc4008 100644 --- a/hosts/desktop/disko.nix +++ b/hosts/desktop/disko.nix @@ -41,11 +41,11 @@ }; "@games" = { mountpoint = "/games"; - mountOptions = [ "noatime" ]; + mountOptions = [ "compress=zstd:1" "noatime" ]; }; "@llms" = { mountpoint = "/llms"; - mountOptions = [ "noatime"]; + mountOptions = [ "nodatacow" "noatime"]; }; "@vms" = { mountpoint = "/vms"; @@ -75,19 +75,19 @@ subvolumes = { "@archive" = { mountpoint = "/media/archive"; - mountOptions = [ "compress=zstd:3" "autodefrag" "noatime" ]; + mountOptions = [ "compress=zstd:1" "autodefrag" "noatime" ]; }; "@movies" = { mountpoint = "/media/movies"; - mountOptions = [ "compress=zstd:3" "autodefrag" "noatime" ]; + mountOptions = [ "autodefrag" "noatime" ]; }; "@anime" = { - mountpoint = "/media/movies"; - mountOptions = [ "compress=zstd:3" "autodefrag" "noatime" ]; + mountpoint = "/media/anime"; + mountOptions = [ "autodefrag" "noatime" ]; }; "@pictures" = { mountpoint = "/media/pics"; - mountOptions = [ "compress=zstd:3" "autodefrag" "noatime" ]; + mountOptions = [ "autodefrag" "noatime" ]; }; "@videos" = { mountpoint = "/media/vids"; |
