From a004532089bcc54a56c91d5bcc91eae07a86d7a8 Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Fri, 4 Aug 2023 23:04:44 +0200 Subject: [PATCH] Update pw --- nixos-configurations/server/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nixos-configurations/server/default.nix b/nixos-configurations/server/default.nix index f5063ed..4cf6e46 100644 --- a/nixos-configurations/server/default.nix +++ b/nixos-configurations/server/default.nix @@ -52,11 +52,12 @@ }; nextcloud = { enable = true; + package = pkgs.nextcloud27; hostName = "cloud.thilohohlt.com"; database.createLocally = true; config = { - dbtype = "pgsql"; - adminpassFile = "/root/nextcloud-database-password.txt"; + dbType = "pgsql"; + adminpassFile = "/root/nextcloud-database-password"; }; }; };