cluster/services/gitlab: move from VEGAS/gitlab

This commit is contained in:
Max Headroom 2024-07-20 23:00:52 +02:00
parent 63002031d6
commit 78f97dfcad
3 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,10 @@
{ depot, ... }:
{
services.gitlab = {
nodes.host = [ "VEGAS" ];
nixos.host = ./host.nix;
};
dns.records.git.target = [ depot.hours.VEGAS.interfaces.primary.addrPublic ];
}

View file

@ -9,7 +9,7 @@ let
owner = "gitlab";
group = "gitlab";
mode = "0400";
file = ../../../../secrets/${name}.age;
file = ../../../secrets/${name}.age;
};
secrets = lib.mapAttrs (_: v: v.path) config.age.secrets;

View file

@ -18,7 +18,6 @@
./services/backbone-routing
./services/bitwarden
./services/cdn-shield
./services/gitlab
./services/jokes
./services/mail
./services/minecraft