From dac387e03f71c10d9b7a1aaef3caf9eb53047930 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Wed, 28 Aug 2024 18:26:48 +0200 Subject: [PATCH] fix: create db for postfixadmin --- hosts/server/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 1f31f11..aa55911 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -271,6 +271,11 @@ hostName = "pfa.itepastra.nl"; setupPasswordFile = /etc/postfixadminpass; adminEmail = "noa@itepastra.nl"; + database = { + username = "postfix"; + passwordFile = /etc/postfixdbpass; + dbname = "postfix"; + }; }; };