fix deploy-rs
This commit is contained in:
parent
2841978224
commit
de5649cc5c
3 changed files with 18 additions and 6 deletions
|
|
@ -18,12 +18,20 @@ in
|
|||
];
|
||||
|
||||
nix.settings = {
|
||||
allowed-users = [ "gitea-runner" ];
|
||||
trusted-users = [ "gitea-runner" ];
|
||||
allowed-users = [
|
||||
"root"
|
||||
"@wheel"
|
||||
"@builders"
|
||||
"gitea-runner"
|
||||
];
|
||||
trusted-users = [
|
||||
"root"
|
||||
"gitea-runner"
|
||||
];
|
||||
};
|
||||
sops.secrets.forgejo-runners-token = {
|
||||
# owner = "gitea-runner";
|
||||
# group = "gitea-runner";
|
||||
owner = "gitea-runner";
|
||||
group = "gitea-runner";
|
||||
mode = "0777";
|
||||
};
|
||||
services.gitea-actions-runner = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue