wrapper access

This commit is contained in:
Philip Peterson 2026-06-11 22:37:48 -07:00
parent 7f519f804b
commit 75006dab18

View file

@ -222,7 +222,7 @@ in {
after = [ "arion-forgejo.service" ]; after = [ "arion-forgejo.service" ];
wants = [ "arion-forgejo.service" ]; wants = [ "arion-forgejo.service" ];
environment.PATH = lib.mkForce ( environment.PATH = lib.mkForce (
"${pkgs.podman}/bin:${pkgs.git}/bin:${pkgs.nodejs}/bin:/run/current-system/sw/bin:/run/wrappers/bin" "${pkgs.podman}/bin:${pkgs.git}/bin:${pkgs.nodejs}/bin:/run/wrappers/bin:/run/current-system/sw/bin"
); );
serviceConfig = { serviceConfig = {
DynamicUser = lib.mkForce false; DynamicUser = lib.mkForce false;