Archived
Check NixOS configurations / eval-hosts (pull_request) Failing after 11m40s
A fresh proxmox-server deploy has a blank scsi1 disk, so zfs-import-tank.service spun 60 s then failed with no pool found. Add zfs-init-tank.service that runs before the import: exits immediately if the pool already exists, imports it if it exists but isn't imported yet, or creates it on /dev/disk/by-id/scsi-*drive-scsi1 (Proxmox's virtio-scsi naming for the second disk) with all required NFS datasets if the disk is blank. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>