From 2a5539c2045b3ff1b754b6d8b48e0d2a148b3246 Mon Sep 17 00:00:00 2001 From: kalipso Date: Sat, 15 Nov 2025 14:51:51 +0100 Subject: [PATCH] [fanny] import storage in systemd script --- machines/modules/malobeo/initssh.nix | 1 + 1 file changed, 1 insertion(+) 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 ''; };