Update hosts/server/configuration.nix
Check NixOS configurations / eval-hosts (push) Failing after 6s
Check NixOS configurations / eval-hosts (push) Failing after 6s
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user