From 78c578b7ca77def910ccd84d107831f33ab33937 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Sun, 23 Mar 2025 19:11:58 +1100 Subject: [PATCH] hosts/hyacinth: remove postgres --- hosts/hyacinth/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/hosts/hyacinth/default.nix b/hosts/hyacinth/default.nix index ea385b8..be9ee49 100644 --- a/hosts/hyacinth/default.nix +++ b/hosts/hyacinth/default.nix @@ -31,8 +31,6 @@ snapper virtualisation - modules.services.postgres - ./filesystem.nix ./kernel.nix ./networking.nix @@ -40,7 +38,6 @@ ../../users/rin ]; - services.postgresql.ensureDatabases = [ "barista" "barista-dev" ]; systemd.services.nix-daemon.environment.TMPDIR = "/nix/tmp"; # For steam fhs-env