Jump to content

ZFS: Difference between revisions

1 byte added ,  24 February 2022
m
Typo correction
imported>TyberiusPrime
No edit summary
imported>PsychoLlama
m (Typo correction)
Line 87: Line 87:
</syntaxhighlight>
</syntaxhighlight>


Alternatively, if you do not mind maintaining some manual tweaks to your Nix hardware configuarion, you can avoid using the ZFS legacy mounting option if you add <code>options = [ "zfsutil" ];</code> to your filesystem definitions.  e.g. the above would become.
Alternatively, if you do not mind maintaining some manual tweaks to your Nix hardware configuration, you can avoid using the ZFS legacy mounting option if you add <code>options = [ "zfsutil" ];</code> to your filesystem definitions.  e.g. the above would become.
<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
   fileSystems."/home" =
   fileSystems."/home" =
Anonymous user