From 353a268cc23eecbeff794f5b0ca636a6de91c36b Mon Sep 17 00:00:00 2001 From: Xe Date: Fri, 4 Nov 2022 17:57:56 -0400 Subject: [PATCH] postgres 15 Signed-off-by: Xe --- hosts/akko/akkoma.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/akko/akkoma.nix b/hosts/akko/akkoma.nix index d4abcdc..b6e025f 100644 --- a/hosts/akko/akkoma.nix +++ b/hosts/akko/akkoma.nix @@ -63,6 +63,7 @@ in { }; services.postgresql.enable = true; + services.postgresql.package = pkgs.postgresql_15; security.acme = { defaults.email = "me@xeiaso.net";