depot/cluster/services/nextcloud/default.nix

14 lines
261 B
Nix
Raw Normal View History

2023-08-31 01:55:45 +03:00
{ depot, ... }:
{
services.nextcloud = {
nodes.host = [ "VEGAS" ];
nixos.host = ./host.nix;
};
monitoring.blackbox.targets.nextcloud = {
2023-08-31 01:55:45 +03:00
address = "https://storage.${depot.lib.meta.domain}/status.php";
module = "nextcloudStatus";
};
}