diff options
| author | schererleander <leander@schererleander.de> | 2025-05-30 04:39:57 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-05-30 04:39:57 +0200 |
| commit | 9de1f6c7d7a6861da2cac4da1be43132f4eb851e (patch) | |
| tree | 558bea7ab4a391776e71c82eb9343f3840a13cb8 | |
| parent | 3c902d7f485ee5248afbbc2b2bb269a3abe31e18 (diff) | |
change nextcloud
| -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 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"; }; |
