From 9995a776d7281a39f6df849b0a41fd2f2ec6dda7 Mon Sep 17 00:00:00 2001 From: lelgenio Date: Thu, 7 Dec 2023 13:58:34 -0300 Subject: [PATCH] rainbow: enable gitlab ci runner --- flake.nix | 1 + system/rainbow-gitlab-runner.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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;