add nextcloud

This commit is contained in:
2025-09-12 00:51:16 +02:00
parent b0a539fea4
commit 731c784b70
8 changed files with 99 additions and 2 deletions

26
modules/acme-home.nix Normal file
View File

@@ -0,0 +1,26 @@
{ config, ... }:
{
imports = [
./gandi.nix
];
security.acme = {
acceptTerms = true;
defaults.email = "admin@rpqt.fr";
};
security.acme = {
certs."home.rpqt.fr" = {
group = config.services.nginx.group;
domain = "home.rpqt.fr";
extraDomainNames = [ "*.home.rpqt.fr" ];
dnsProvider = "gandiv5";
dnsPropagationCheck = true;
environmentFile = config.clan.core.vars.generators.gandi.files.gandi-env.path;
email = "admin@rpqt.fr";
dnsResolver = "1.1.1.1:53";
};
};
clan.core.vars.generators.gandi.files.gandi-env.owner = "acme";
}

View File

@@ -20,6 +20,11 @@ let
"tw"
];
};
crocus = {
subdomains = [
"cloud"
];
};
};
zerotierInterface = "zts7mq7onf";
machinesZerotierIpRecords =