Update hosts/server/configuration.nix
Check NixOS configurations / eval-hosts (push) Failing after 6s

This commit is contained in:
2026-07-01 22:28:36 +00:00
parent 9685233553
commit a488ff507e
+4 -4
View File
@@ -45,10 +45,10 @@
#'';
boot.postBootCommands = ''
echo "=== STARTING ZPOOL IMPORT ==="
${pkgs.zfs}/bin/zpool import -a -N -d /dev/disk/by-path
${pkgs.zfs}/bin/zpool status
${pkgs.zfs}/bin/zfs mount -a
${pkgs.zfs}/bin/zfs list
${pkgs.zfs_unstable}/bin/zpool import -a -N -d /dev/disk/by-path
${pkgs.zfs_unstable}/bin/zpool status
${pkgs.zfs_unstable}/bin/zfs mount -a
${pkgs.zfs_unstable}/bin/zfs list
echo "=== ZPOOL IMPORT COMPLETE ==="
'';
services.zfs = {