From 1760430d0ebaafa06e7bbc16c334a6cc7816bfbf Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Wed, 4 Mar 2026 19:01:18 +0100 Subject: [PATCH] TESTING --- henrovnix_ok/end_script.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/henrovnix_ok/end_script.nix b/henrovnix_ok/end_script.nix index 69d38e64a..f4d0f79e6 100644 --- a/henrovnix_ok/end_script.nix +++ b/henrovnix_ok/end_script.nix @@ -1,7 +1,7 @@ { lib, config, pkgs, flakeRoot ... }: let - scriptPath = flakeRoot + "./assets/scripts/end_script.sh"; - scriptExists = lib.fileExists "${scriptPath}"; + scriptPath = flakeRoot + "/assets/scripts/end_script.sh"; + scriptExists = lib.fileExists scriptPath; in { systemd.user.services.endScript = lib.mkIf scriptExists {