make gitlab-runner exclusive to monolith
This commit is contained in:
parent
407cf7a6b7
commit
7c4e9dd747
|
@ -44,7 +44,6 @@
|
||||||
common_modules = [
|
common_modules = [
|
||||||
./system/configuration.nix
|
./system/configuration.nix
|
||||||
./system/sway.nix
|
./system/sway.nix
|
||||||
./system/gitlab-runner.nix
|
|
||||||
# nur.nixosModules.nur
|
# nur.nixosModules.nur
|
||||||
inputs.hyprland.nixosModules.default
|
inputs.hyprland.nixosModules.default
|
||||||
{
|
{
|
||||||
|
@ -71,7 +70,10 @@
|
||||||
};
|
};
|
||||||
monolith = lib.nixosSystem {
|
monolith = lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
modules = [ ./hosts/monolith.nix ] ++ common_modules;
|
modules = [
|
||||||
|
./hosts/monolith.nix
|
||||||
|
./system/gitlab-runner.nix
|
||||||
|
] ++ common_modules;
|
||||||
};
|
};
|
||||||
rainbow = lib.nixosSystem {
|
rainbow = lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
|
|
Loading…
Reference in a new issue