ZFS: Difference between revisions

imported>Vater
m category (to classify the purpose of the software) added
copied from old wiki
Line 121: Line 121:


<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
Boot loader config for configuration.nix:
{
  # Boot loader config for configuration.nix:
   boot.loader.grub = {
   boot.loader.grub = {
     enable = true;
     enable = true;
Line 158: Line 159:


   swapDevices = [ ];
   swapDevices = [ ];
}
</syntaxhighlight>
</syntaxhighlight>