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} ''; }; }