[initssh] load all zfs keys

This commit is contained in:
2025-11-15 13:11:04 +01:00
parent 38e4199e94
commit f8f68df868

View File

@@ -56,7 +56,7 @@ in
path = with pkgs; [ zfs ]; path = with pkgs; [ zfs ];
serviceConfig.Type = "oneshot"; serviceConfig.Type = "oneshot";
script = '' script = ''
echo "systemctl default" >> /var/empty/.profile echo "zfs load-key -a; killall zfs; systemctl default" >> /var/empty/.profile
''; '';
}; };
}; };