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")
|
(if atime then "relatime" else "noatime")
|
||||||
] ++ ext);
|
] ++ ext);
|
||||||
|
|
||||||
mkHazelMount = mkBtrfsMount "HAZEL" [ "noauto" ];
|
mkHazelMount = mkBtrfsMount "HAZEL" [];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
boot.supportedFilesystems = [ "btrfs" ];
|
boot.supportedFilesystems = [ "btrfs" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue