From 484695d95f62935620eb039c393963e0503e43f6 Mon Sep 17 00:00:00 2001 From: NyxErinys Date: Tue, 26 May 2026 09:13:22 -0500 Subject: [PATCH] retry path --- modules/k3s/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/k3s/default.nix b/modules/k3s/default.nix index 5415693..1508ac9 100644 --- a/modules/k3s/default.nix +++ b/modules/k3s/default.nix @@ -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 = {