在 NixOS 中启用 ZFS 支持
安装
boot.supportedFilesystems = [ "zfs" ]; boot.zfs.forceImportRoot = false; networking.hostId = "yourHostId";head -c4 /dev/urandom | od -A none -t x4nixos-rebuild bootreboot
最后更新于
boot.supportedFilesystems = [ "zfs" ];
boot.zfs.forceImportRoot = false;
networking.hostId = "yourHostId";head -c4 /dev/urandom | od -A none -t x4nixos-rebuild bootreboot最后更新于