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 # This is only a temporary password and will be changed
environment.etc."nextcloud-admin-pass".text = "samcsamc11"; environment.etc."nextcloud-admin-pass".text = "samcsamc11";
services.nextcloud = { services.nextcloud = {
enable = true; enable = true;
hostName = "sprechtl.ddns.net"; hostName = "sprechtl.ddns.net";
https = true; https = true;
package = pkgs.nextcloud31;
config = { config = {
adminpassFile = "/etc/nextcloud-admin-pass"; adminpassFile = "/etc/nextcloud-admin-pass";
dbtype = "sqlite"; dbtype = "sqlite";