From 9de1f6c7d7a6861da2cac4da1be43132f4eb851e Mon Sep 17 00:00:00 2001 From: schererleander Date: Fri, 30 May 2025 04:39:57 +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 89b50a3..16c816f 100644 --- a/hosts/vps/configuration.nix +++ b/hosts/vps/configuration.nix @@ -63,6 +63,7 @@ configureRedis = true; maxUploadSize = "16G"; config.dbtype = "mysql"; + config.adminuser = "schererleander"; config.adminpassFile = "/etc/nextcloud-admin-pass"; }; -- cgit v1.3.1