From 86c46f997903c5e0ea93b648377899879aab35db Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Wed, 4 Mar 2026 09:07:08 +0100 Subject: [PATCH] New service for end-script.sh --- henrovnix_ok/README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/henrovnix_ok/README.org b/henrovnix_ok/README.org index 16fb13a9a..fed9bffe5 100755 --- a/henrovnix_ok/README.org +++ b/henrovnix_ok/README.org @@ -874,7 +874,7 @@ This section describes the main system configuration for the computers that I ha ./dev/terminal.nix ./core/boot.nix ./services/services.nix - ./assets/end_script.nix + ./end_script.nix ]; <> @@ -1458,7 +1458,7 @@ The configuration is done in the home manager section. #+end_src ** Setting the config -#+begin_src nix :tangle assets/end-script.nix :noweb tangle :mkdirp yes +#+begin_src nix :tangle configuration/end-script.nix :noweb tangle :mkdirp yes { config, pkgs, lib, ... }: { systemd.user.services.endScript = lib.mkIf (builtins.pathExists ./assets/scripts/end_script.sh) { description = "Run end script after Home Manager";