From f1692a7287867487b4b133bd936942a2e563596b Mon Sep 17 00:00:00 2001 From: raito Date: Mon, 12 Feb 2024 19:07:59 +0100 Subject: [PATCH] epyc: re-enable postgresql Signed-off-by: raito --- hosts/epyc.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/epyc.nix b/hosts/epyc.nix index 1c79bf2..8389142 100644 --- a/hosts/epyc.nix +++ b/hosts/epyc.nix @@ -24,6 +24,7 @@ in boot.kernelPackages = pkgs.linuxPackages_latest; # Open public access to our PostgreSQL. + services.postgresql.enable = true; services.postgresql.enableTCPIP = true; services.postgresql.authentication = '' host hydra-nixos-org hydra_ro ::/0 trust