Compare commits

..

3 commits

Author SHA1 Message Date
73d88b3e54 Run CI on nix
All checks were successful
CI / build (push) Successful in 3m46s
2024-10-03 14:50:47 +03:00
565bc286a3 Remove defunct nixos auto upgrade 2024-10-03 14:50:47 +03:00
84d85a5056 Use specific git forgejo CI 2024-10-03 14:50:47 +03:00

View file

@ -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;