[fanny] import storage in systemd script
All checks were successful
Check flake syntax / flake-check (push) Successful in 8m51s

This commit is contained in:
2025-11-15 14:51:51 +01:00
parent 9588103e67
commit 2a5539c204

View File

@@ -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
'';
};