From d9e3a1aeb16ae977512125b88f4aff7faf259bae Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Sat, 21 Jun 2025 22:42:16 +0200 Subject: [PATCH] feat: nextcloud version --- hosts/hitsugibune/nextcloud.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/hitsugibune/nextcloud.nix b/hosts/hitsugibune/nextcloud.nix index 81d6826..b185b84 100644 --- a/hosts/hitsugibune/nextcloud.nix +++ b/hosts/hitsugibune/nextcloud.nix @@ -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";