feat: nextcloud test

This commit is contained in:
Nick 2025-06-09 03:08:05 -05:00
parent f664c6142b
commit ee2f20c6ad

View file

@ -1,7 +1,7 @@
{ instancesFunctions }:
let
inherit (instancesFunctions)
domain1
domain0
servicePath
sslPath
sopsPath
@ -13,6 +13,9 @@ in
{
label = nextcloudLabel;
name = nextcloudName;
email = {
address0 = "noreply@${nextcloudName}.${domain0}";
};
sops = {
path0 = "${sopsPath}/${nextcloudName}";
};
@ -24,7 +27,7 @@ in
port0 = 8354; # Nextcloud
};
ssl = {
cert = "${sslPath}/${nextcloudName}.${domain1}/fullchain.pem";
key = "${sslPath}/${nextcloudName}.${domain1}/key.pem";
cert = "${sslPath}/${nextcloudName}.${domain0}/fullchain.pem";
key = "${sslPath}/${nextcloudName}.${domain0}/key.pem";
};
}