From 3c902d7f485ee5248afbbc2b2bb269a3abe31e18 Mon Sep 17 00:00:00 2001 From: schererleander Date: Fri, 30 May 2025 04:37:35 +0200 Subject: change nextcloud --- hosts/vps/configuration.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts') diff --git a/hosts/vps/configuration.nix b/hosts/vps/configuration.nix index 815c10b..89b50a3 100644 --- a/hosts/vps/configuration.nix +++ b/hosts/vps/configuration.nix @@ -63,6 +63,7 @@ configureRedis = true; maxUploadSize = "16G"; config.dbtype = "mysql"; + config.adminpassFile = "/etc/nextcloud-admin-pass"; }; networking.firewall.allowedTCPPorts = [ 80 443 8693 ]; -- cgit v1.3.1