improve reference updater tool
All checks were successful
CI / Format Check (push) Successful in 2s
CI / Flake Check (push) Successful in 1m16s
CI / Evaluate Key Configurations (nix-builder) (push) Successful in 10s
CI / Evaluate Key Configurations (nix-desktop1) (push) Successful in 11s
CI / Evaluate Key Configurations (nix-laptop1) (push) Successful in 8s
CI / Evaluate Artifacts (installer-iso-nix-laptop1) (push) Successful in 16s
CI / Evaluate Artifacts (lxc-nix-builder) (push) Successful in 9s
All checks were successful
CI / Format Check (push) Successful in 2s
CI / Flake Check (push) Successful in 1m16s
CI / Evaluate Key Configurations (nix-builder) (push) Successful in 10s
CI / Evaluate Key Configurations (nix-desktop1) (push) Successful in 11s
CI / Evaluate Key Configurations (nix-laptop1) (push) Successful in 8s
CI / Evaluate Artifacts (installer-iso-nix-laptop1) (push) Successful in 16s
CI / Evaluate Artifacts (lxc-nix-builder) (push) Successful in 9s
This commit was merged in pull request #21.
This commit is contained in:
@@ -18,7 +18,7 @@ mkIf builderCfg.giteaRunner.enable {
|
||||
tokenFile = builderCfg.giteaRunner.tokenFile;
|
||||
labels = builderCfg.giteaRunner.extraLabels;
|
||||
name = builderCfg.giteaRunner.name;
|
||||
|
||||
|
||||
# Run as engr-ugaif user to access SSH keys
|
||||
settings = {
|
||||
runner = {
|
||||
@@ -38,7 +38,7 @@ mkIf builderCfg.giteaRunner.enable {
|
||||
# Run as engr-ugaif user
|
||||
User = mkForce "engr-ugaif";
|
||||
Group = mkForce "users";
|
||||
|
||||
|
||||
# Give the service more time to stop cleanly
|
||||
TimeoutStopSec = mkForce 60;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user