Platform 23.11 #96
1 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,12 @@
|
|||
{ config, depot, ... }:
|
||||
|
||||
{
|
||||
services.meet = {
|
||||
nodes.host = [ "prophet" ];
|
||||
nixos.host = ./host.nix;
|
||||
};
|
||||
|
||||
dns.records.meet.target = map
|
||||
(node: depot.hours.${node}.interfaces.primary.addrPublic)
|
||||
config.services.meet.nodes.host;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue