Fix pgadmin not building
This commit is contained in:
parent
f57fa79543
commit
1700367658
1 changed files with 3 additions and 2 deletions
|
@ -6,8 +6,9 @@ in {
|
|||
services = {
|
||||
pgadmin = {
|
||||
enable = true;
|
||||
initialEmail = "avery@rcia.dev";
|
||||
initialPasswordFile = "/etc/nixos/a.txt";
|
||||
initialEmail = "avery@localhost";
|
||||
initialPasswordFile = "/dev/null";
|
||||
minimumPasswordLength = 0;
|
||||
port = _portDefinitions.pgadmin;
|
||||
};
|
||||
nginx.virtualHosts."pgadmin.rcia.dev" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue