From eda43fdf9f11bd1f0229c539c32fcc89c436c259 Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Wed, 4 Mar 2026 19:44:49 +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 0bb65e5e6..90ddab159 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 = '' - ${pkgs.bash}/bin/bash ${scriptPath} + ${scriptPath} ''; }; }