Platform 23.11 #96

Merged
max merged 47 commits from platform-23.11 into master 2023-12-05 01:59:28 +02:00
Showing only changes of commit 38d8894676 - Show all commits

View file

@ -1,4 +1,4 @@
{ depot, ... }:
{ config, depot, ... }:
{
services.nextcloud = {
@ -10,4 +10,8 @@
address = "https://storage.${depot.lib.meta.domain}/status.php";
module = "nextcloudStatus";
};
dns.records.storage.target = map
(node: depot.hours.${node}.interfaces.primary.addrPublic)
config.services.nextcloud.nodes.host;
}