Compare commits
3 commits
7aa11749e9
...
73d88b3e54
Author | SHA1 | Date | |
---|---|---|---|
73d88b3e54 | |||
565bc286a3 | |||
84d85a5056 |
1 changed files with 1 additions and 2 deletions
|
@ -32,8 +32,7 @@ with lib;
|
|||
|
||||
sops.secrets."forgejo/runner-registration-token".restartUnits = [
|
||||
"gitea-runner-${defaultInstanceName}.service"
|
||||
] ++genAttrs (genList (n: "gitea-runner-nix${builtins.toString n}.service") cfg.nixInstances)
|
||||
;
|
||||
] ++ (genList (n: "gitea-runner-nix${builtins.toString n}.service") cfg.nixInstances);
|
||||
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue