depot/cluster/services/gitlab/default.nix

11 lines
188 B
Nix
Raw Normal View History

2023-12-04 01:09:53 +02:00
{ depot, ... }:
{
services.gitlab = {
nodes.host = [ "VEGAS" ];
nixos.host = ./host.nix;
};
2023-12-04 01:09:53 +02:00
dns.records.git.target = [ depot.hours.VEGAS.interfaces.primary.addrPublic ];
}