From a4f5c9c46679232580556fb6a1aac253dcac5432 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Thu, 29 Aug 2024 08:08:08 +0200 Subject: [PATCH] fix: update postfixadmin username and dbname --- hosts/server/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index aa55911..6f7e684 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -272,9 +272,9 @@ setupPasswordFile = /etc/postfixadminpass; adminEmail = "noa@itepastra.nl"; database = { - username = "postfix"; + username = "postfixadmin"; passwordFile = /etc/postfixdbpass; - dbname = "postfix"; + dbname = "postfixadmin"; }; }; };