From 7c4e9dd74763ed88908926dc683133aeaf97454e Mon Sep 17 00:00:00 2001 From: lelgenio Date: Wed, 26 Oct 2022 15:02:11 -0300 Subject: [PATCH] make gitlab-runner exclusive to monolith --- flake.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 78c5d52..acd4a35 100644 --- a/flake.nix +++ b/flake.nix @@ -44,7 +44,6 @@ common_modules = [ ./system/configuration.nix ./system/sway.nix - ./system/gitlab-runner.nix # nur.nixosModules.nur inputs.hyprland.nixosModules.default { @@ -71,7 +70,10 @@ }; monolith = lib.nixosSystem { inherit system; - modules = [ ./hosts/monolith.nix ] ++ common_modules; + modules = [ + ./hosts/monolith.nix + ./system/gitlab-runner.nix + ] ++ common_modules; }; rainbow = lib.nixosSystem { inherit system;