From 2602da324e0b3bf4f0e09990e440bd10290bfac5 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Sun, 17 Nov 2024 20:29:37 +0000 Subject: [PATCH] refactor(matrix.nix): remove unused PostgreSQL configuration - Removed the commented-out and unused `postgresql` service configuration from `matrix.nix`. --- hosts/architect/matrix.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/hosts/architect/matrix.nix b/hosts/architect/matrix.nix index c5bcdfc..5ef476f 100644 --- a/hosts/architect/matrix.nix +++ b/hosts/architect/matrix.nix @@ -38,15 +38,6 @@ in }; }; - postgresql = { - enable = true; - package = pkgs.postgresql; - # ensureUsers = [{ - # name = db_name; - # ensurePermissions = { "DATABASE \"${db_name}\"" = "ALL PRIVILEGES"; }; - # }]; - }; - nginx.virtualHosts = { # server ${domain} = {