From 8b0e7ebf90221abb96d94873d51182e61e1d9ef5 Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Wed, 4 Mar 2026 19:29:22 +0100 Subject: [PATCH] Testing --- henrovnix_ok/end_script.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/henrovnix_ok/end_script.nix b/henrovnix_ok/end_script.nix index 90ddab159..0bb65e5e6 100644 --- a/henrovnix_ok/end_script.nix +++ b/henrovnix_ok/end_script.nix @@ -10,7 +10,7 @@ in after = [ "home-manager-activate.service" ]; serviceConfig.Type = "oneshot"; script = '' - ${scriptPath} + ${pkgs.bash}/bin/bash ${scriptPath} ''; }; }