From 03f878e6ff1723e686fc054da1b7b0951779b96f Mon Sep 17 00:00:00 2001 From: k3t Date: Wed, 24 Jun 2026 21:02:15 -0600 Subject: [PATCH] oops --- hosts/NixNAS/filesystems.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/NixNAS/filesystems.nix b/hosts/NixNAS/filesystems.nix index 87309f9..98a37b7 100644 --- a/hosts/NixNAS/filesystems.nix +++ b/hosts/NixNAS/filesystems.nix @@ -3,12 +3,12 @@ "/mnt/hdd" = { device = "/dev/disk/by-label/NixNAS_HDD"; fsType = "btrfs"; - options = [ "discard" ]; + options = [ "discard" "subvol=@" ]; }; "/mnt/ssd" = { device = "/dev/disk/by-label/NixNAS_SSD"; fsType = "btrfs"; options = [ "discard" ]; }; - } + }; } \ No newline at end of file