diff options
| author | schererleander <leander@schererleander.de> | 2025-05-30 04:37:35 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-05-30 04:37:35 +0200 |
| commit | 3c902d7f485ee5248afbbc2b2bb269a3abe31e18 (patch) | |
| tree | b50c0fe0c52ff445b0293ae1475840a06fd4f189 /hosts/vps/configuration.nix | |
| parent | a11bf958f2abbd754c8a197dc47b16592ba53d3b (diff) | |
change nextcloud
Diffstat (limited to 'hosts/vps/configuration.nix')
| -rw-r--r-- | hosts/vps/configuration.nix | 1 |
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 ]; |
