From a873ea10f6e145f769805cd8a5bc66021a9fce6e Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Fri, 20 Mar 2026 16:58:20 +0100 Subject: [PATCH] Holy shit christine why.... mind you this password got changed --- nix-system-configs/modules/system/database.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nix-system-configs/modules/system/database.nix b/nix-system-configs/modules/system/database.nix index 78d2656..499e8bc 100644 --- a/nix-system-configs/modules/system/database.nix +++ b/nix-system-configs/modules/system/database.nix @@ -116,11 +116,5 @@ in { system.stateVersion = "25.11"; }; } - -sudo -u postgres psql -CREATE DATABASE bluemap; -CREATE USER bluemap WITH PASSWORD 'MTTd35ReP4NQNPT9cI7HIaqSaeQPbndqE5uIWACAYmDKcvstmo'; -GRANT ALL PRIVILEGES ON DATABASE bluemap TO bluemap; -\q # For Postgres you may need to allow remote connections and adjust pg_hba.conf