Update hosts/server/configuration.nix

This commit is contained in:
2026-07-01 22:28:36 +00:00
parent 70d459de15
commit 35352cc9b2
+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 = {