retry path

This commit is contained in:
NyxErinys 2026-05-26 09:13:22 -05:00
parent f8806fb500
commit 484695d95f

View file

@ -52,6 +52,11 @@ in
stopIfChanged = false;
after = [ "rpcbind.service" "network-online.target" ];
wants = [ "rpcbind.service" ];
path = with pkgs; [
openiscsi
util-linux
xfsprogs
];
};
system.activationScripts.cleanK3sManifests = {