nextcloud: fix ssl certificates

This commit is contained in:
Leonardo Eugênio 2024-04-08 23:38:49 -03:00
parent e53be29b0c
commit 3bf20808b5

View file

@ -9,6 +9,11 @@
};
};
services.nginx.virtualHosts.${config.services.nextcloud.hostName} = {
forceSSL = true;
enableACME = true;
};
age = {
secrets.phantom-nextcloud = {
file = ../../secrets/phantom-nextcloud.age;