diff options
author | Rory& <root@rory.gay> | 2024-11-03 04:13:34 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-11-03 04:13:34 +0100 |
commit | 8b34afec5452500d879e2dc8146d06a5c94ddd5d (patch) | |
tree | 0e00f8361184b149b77e543a4056902d67b29e3e | |
parent | Fix maddy certs (diff) | |
download | Rory-Open-Architecture-8b34afec5452500d879e2dc8146d06a5c94ddd5d.tar.xz |
pgadmin broke
-rwxr-xr-x | host/Rory-nginx/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/configuration.nix b/host/Rory-nginx/configuration.nix index 9e18ad5..d43aaaa 100755 --- a/host/Rory-nginx/configuration.nix +++ b/host/Rory-nginx/configuration.nix @@ -92,7 +92,7 @@ #}; services.pgadmin = { - enable = true; + enable = false; initialEmail = "root@localhost.localdomain"; initialPasswordFile = "/etc/matrix-user-pass"; }; |