feat: nextcloud updates

This commit is contained in:
s-prechtl 2025-06-21 22:41:12 +02:00
parent 5d82967bd0
commit 1340ee934d

View file

@ -1,10 +1,14 @@
{config, ...}: {
# This is only a temporary password and will be changed
environment.etc."nextcloud-admin-pass".text = "samc";
environment.etc."nextcloud-admin-pass".text = "samcsamc11";
services.nextcloud = {
enable = true;
hostName = "sprechtl.ddns.net";
https = true;
config = {
adminpassFile = "/etc/nextcloud-admin-pass";
dbtype = "sqlite";
};
};
services.nginx.virtualHosts.${config.services.nextcloud.hostName} = {