diff --git a/docs/Getting Started/NixOS/Root on ZFS/2-system-configuration.rst b/docs/Getting Started/NixOS/Root on ZFS/2-system-configuration.rst index b8de87f..c5b30a5 100644 --- a/docs/Getting Started/NixOS/Root on ZFS/2-system-configuration.rst +++ b/docs/Getting Started/NixOS/Root on ZFS/2-system-configuration.rst @@ -273,6 +273,12 @@ System Configuration sed -i 's|fsType = "vfat";|fsType = "vfat"; options = [ "x-systemd.idle-timeout=1min" "x-systemd.automount" "noauto" ];|g' \ /mnt/etc/nixos/hardware-configuration-zfs.nix + Restrict kernel to versions supported by ZFS:: + + tee -a /mnt/etc/nixos/${INST_CONFIG_FILE} <