diff options
Diffstat (limited to 'hosts/thinkpad/disko.nix')
| -rw-r--r-- | hosts/thinkpad/disko.nix | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/hosts/thinkpad/disko.nix b/hosts/thinkpad/disko.nix index 0f366e9..19e8148 100644 --- a/hosts/thinkpad/disko.nix +++ b/hosts/thinkpad/disko.nix @@ -36,66 +36,43 @@ "root" = { mountpoint = "/"; mountOptions = [ - "compress=zstd:1" - "discard=async" "noatime" ]; }; "nix" = { mountpoint = "/nix"; mountOptions = [ - "compress=zstd:1" - "discard=async" - "nodev" "noatime" ]; }; "home" = { mountpoint = "/home"; mountOptions = [ - "compress=zstd:1" - "discard=async" - "nosuid" - "nodev" "noatime" ]; }; "log" = { mountpoint = "/var/log"; mountOptions = [ - "compress=zstd:1" - "discard=async" - "nosuid" - "nodev" "noatime" ]; }; "games" = { mountpoint = "/games"; mountOptions = [ - "compress=none" - "discard=async" - "nosuid" - "nodev" "noatime" ]; }; "vms" = { mountpoint = "/vms"; mountOptions = [ - "compress=none" - "discard=async" "nodatacow" - "nosuid" - "nodev" "noatime" ]; }; "swap" = { mountpoint = "/.swapvol"; mountOptions = [ - "compress=none" - "discard=async" "nodatacow" "noatime" ]; |
