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" ([