From 0c685bee887416b4c3309b0303ebfe67a4f94c45 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 4 Jan 2024 19:55:09 -0700 Subject: [PATCH] [NixOS] Enable postgres on jimi-hendnix --- nixos/machines/jimi-hendnix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/machines/jimi-hendnix.nix b/nixos/machines/jimi-hendnix.nix index 72bd15da..2efedf59 100644 --- a/nixos/machines/jimi-hendnix.nix +++ b/nixos/machines/jimi-hendnix.nix @@ -15,6 +15,7 @@ modules.fonts.enable = true; modules.nixified-ai.enable = false; modules.gitea-runner.enable = true; + modules.postgres.enable = true; hardware.enableRedistributableFirmware = true;