commit ab168974869e5466427d1035e5bc82b78d97d28c parent 0357284bddf5067714c633a9ad0b46e25ab4c40d Author: Silas Brack <silasbrack@gmail.com> Date: Mon, 14 Oct 2024 22:23:01 +0200 Small improvements Diffstat:
| M | apps/my_app/.gitignore | | | 1 | + |
| M | apps/my_app/flake.nix | | | 8 | -------- |
| M | flake.nix | | | 4 | ---- |
3 files changed, 1 insertion(+), 12 deletions(-)
diff --git a/apps/my_app/.gitignore b/apps/my_app/.gitignore @@ -2,3 +2,4 @@ *.ez /build erl_crash.dump +nixos.qcow2 diff --git a/apps/my_app/flake.nix b/apps/my_app/flake.nix @@ -39,14 +39,6 @@ pkgs.inotify-tools pkgs.nodejs_22 ]; - shellHook = '' - export PORT=52393 - export PGHOST="127.0.0.1" - export PGPASSWORD="postgres" - export PGPORT=44537 - export PGUSER="silas" - export PGDB="mydb" - ''; }; } )) diff --git a/flake.nix b/flake.nix @@ -94,10 +94,6 @@ port = 8009; }; - # services.postgres = { - # enable = true; - # }; - services.nginx = { enable = true; virtualHosts."localhost" = {