ZFS: Difference between revisions

imported>Fpletz
Added automatic scrubbing
imported>Mic92
modprobe is no longer necessary
Line 28: Line 28:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
nixos-rebuild switch
nixos-rebuild switch
modprobe zfs
</syntaxhighlight>
</syntaxhighlight>
(Note that manually loading the ZFS kernel module is only necessary in the install environment).<ref>Todo: Verify if this is still the case with NixOS >= 17.03 </ref>


All ZFS functionality should now be available.
All ZFS functionality should now be available.