Nextcloud secrets file

This commit is contained in:
pazpi 2025-08-20 23:42:06 +02:00
parent 8fe42ead92
commit 0d168690db
4 changed files with 27 additions and 2 deletions

View file

@ -13,6 +13,12 @@
group = "nextcloud";
mode = "770";
};
nextcloud-secrets = {
file = ../../secrets/nextcloud-secrets.age;
owner = "nextcloud";
group = "nextcloud";
mode = "770";
};
};
my = {
@ -24,6 +30,7 @@
services.nextcloud = {
enable = true;
adminPasswordFile = config.age.secrets.nextcloud-admin-pwd.path;
secretFile = config.age.secrets.nextcloud-secrets.path;
proxy.domain = "pasetto.me";
};