diff --git a/machines/modules/malobeo/initssh.nix b/machines/modules/malobeo/initssh.nix index ff77d40..9126749 100644 --- a/machines/modules/malobeo/initssh.nix +++ b/machines/modules/malobeo/initssh.nix @@ -61,6 +61,7 @@ in path = with pkgs; [ zfs ]; serviceConfig.Type = "oneshot"; script = '' + zpool import storage echo "zfs load-key -a; killall zfs; systemctl default" >> /var/empty/.profile ''; };