From 1f0d7bd7065e92e47cf80ad6950ae566657f865a Mon Sep 17 00:00:00 2001 From: adikro Date: Tue, 10 Mar 2026 19:05:03 +0100 Subject: thinkpad stuff --- hosts/thinkpad/disko.nix | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'hosts/thinkpad/disko.nix') 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" ]; -- cgit v1.3