hazel/filesystem: remove noauto
This commit is contained in:
parent
a411469b2b
commit
dbbd96c274
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ let
|
|||
(if atime then "relatime" else "noatime")
|
||||
] ++ ext);
|
||||
|
||||
mkHazelMount = mkBtrfsMount "HAZEL" [ "noauto" ];
|
||||
mkHazelMount = mkBtrfsMount "HAZEL" [];
|
||||
in
|
||||
{
|
||||
boot.supportedFilesystems = [ "btrfs" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue