From ea2ca4d75ee818153177760c9b5767ac9c0a34f4 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 22 Jun 2024 12:39:09 -0400 Subject: [PATCH] fix postgres service name Signed-off-by: ahuston-0 --- systems/palatine-hill/attic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/palatine-hill/attic.nix b/systems/palatine-hill/attic.nix index 0819134..b793bf3 100644 --- a/systems/palatine-hill/attic.nix +++ b/systems/palatine-hill/attic.nix @@ -12,7 +12,7 @@ ]; services = { - postgres = { + postgresql = { enable = true; ensureDatabases = [ "atticd" ]; ensureUsers = [