depot/cluster/services/meet/default.nix

7 lines
90 B
Nix

{
services.meet = {
nodes.host = [ "prophet" ];
nixos.host = ./host.nix;
};
}