aboutsummaryrefslogtreecommitdiff
path: root/hosts/vps
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-05-30 04:37:35 +0200
committerschererleander <leander@schererleander.de>2025-05-30 04:37:35 +0200
commit3c902d7f485ee5248afbbc2b2bb269a3abe31e18 (patch)
treeb50c0fe0c52ff445b0293ae1475840a06fd4f189 /hosts/vps
parenta11bf958f2abbd754c8a197dc47b16592ba53d3b (diff)
change nextcloud
Diffstat (limited to 'hosts/vps')
-rw-r--r--hosts/vps/configuration.nix1
1 files changed, 1 insertions, 0 deletions
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 ];