feat: nextcloud version

This commit is contained in:
s-prechtl 2025-06-21 22:42:16 +02:00
parent 1340ee934d
commit d9e3a1aeb1

View file

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