diff --git a/flake.nix b/flake.nix index 600dcf0..bb3bdbb 100644 --- a/flake.nix +++ b/flake.nix @@ -144,6 +144,7 @@ inherit system specialArgs; modules = [ ./hosts/double-rainbow.nix + ./system/rainbow-gitlab-runner.nix ] ++ common_modules; }; pixie = lib.nixosSystem { diff --git a/system/rainbow-gitlab-runner.nix b/system/rainbow-gitlab-runner.nix index e3599b1..2cae621 100644 --- a/system/rainbow-gitlab-runner.nix +++ b/system/rainbow-gitlab-runner.nix @@ -21,7 +21,7 @@ in }; thoreb-telemetria-nix = mkNixRunner config.age.secrets.gitlab-runner-thoreb-telemetria-registrationConfigFile.path; - thoreb-itinerario-nix = mkNixRunner config.age.secrets.gitlab-runner-thoreb-itinerario-registrationConfigFile.path; + thoreb-itinerario-nix = mkNixRunner config.age.secrets.rainbow-gitlab-runner-thoreb-itinerario-registrationConfigFile.path; }; }; systemd.services.gitlab-runner.serviceConfig.Nice = 10;