environment

This commit is contained in:
2026-02-07 13:34:47 -07:00
parent 01f0524153
commit 474b0ac5ad

View File

@@ -340,6 +340,10 @@
ProtectHome = false; ProtectHome = false;
Restart = lib.mkForce "always"; Restart = lib.mkForce "always";
Environment = [
"PATH=/run/current-system/sw/bin:/nix/var/nix/profiles/default/bin"
];
}; };
users.users.gitea-runner = { users.users.gitea-runner = {
isNormalUser = true; isNormalUser = true;