gitlab-runner: update

This commit is contained in:
Luj 2023-11-21 11:16:03 +01:00
parent be84903ec0
commit 76f9723f6a
Signed by: luj
GPG key ID: 6FC74C847011FD83
3 changed files with 9 additions and 2 deletions

View file

@ -106,6 +106,7 @@ in
home = "/home/gitlab-runner";
isNormalUser = true;
createHome = true;
homeMode = "705";
};
nix.settings.allowed-users = [ "gitlab-runner" ];
nix.settings.trusted-users = [ "gitlab-runner" ];