From 4fdb4a98daa1836bad36b4ab223878abefa78219 Mon Sep 17 00:00:00 2001 From: toufic ar Date: Fri, 15 May 2026 02:44:10 +0300 Subject: flake.nix: env to webUI systemd service --- flake.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 126305c..da01eed 100644 --- a/flake.nix +++ b/flake.nix @@ -116,6 +116,7 @@ cfg.webUI.enable { systemd.services.makeshiftci-web = { + environment = {MSCI_HOME = cfg.dataDir;}; wantedBy = ["multi-user.target"]; unitConfig.ConditionUser = if cfg.createUser -- cgit v1.2.3