depot/cluster/services/gitlab/default.nix

6 lines
101 B
Nix
Raw Normal View History

2023-12-04 01:09:53 +02:00
{ depot, ... }:
{
dns.records.git.target = [ depot.hours.VEGAS.interfaces.primary.addrPublic ];
}