From 7d50fa4b7577a876b0fafe30335f9e918f90e204 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Sat, 5 Apr 2025 13:22:12 +1100 Subject: [PATCH] hazel/filesystem: fix empty option --- hosts/hazel/filesystem.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hazel/filesystem.nix b/hosts/hazel/filesystem.nix index d93a43b..35bac65 100644 --- a/hosts/hazel/filesystem.nix +++ b/hosts/hazel/filesystem.nix @@ -3,7 +3,7 @@ let mkLabelMount = label: type: options: { device = "/dev/disk/by-label/${label}"; fsType = type; - options = options; + options = [ "defaults" ] ++ options; }; mkBtrfsMount = name: ext: subvol: atime: mkLabelMount name "btrfs" ([