2023-12-04 01:09:53 +02:00
|
|
|
{ depot, ... }:
|
|
|
|
|
|
|
|
{
|
2024-07-21 00:00:52 +03:00
|
|
|
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 ];
|
|
|
|
}
|