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