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;