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 = {
|
services = {
|
||||||
pgadmin = {
|
pgadmin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
initialEmail = "avery@rcia.dev";
|
initialEmail = "avery@localhost";
|
||||||
initialPasswordFile = "/etc/nixos/a.txt";
|
initialPasswordFile = "/dev/null";
|
||||||
|
minimumPasswordLength = 0;
|
||||||
port = _portDefinitions.pgadmin;
|
port = _portDefinitions.pgadmin;
|
||||||
};
|
};
|
||||||
nginx.virtualHosts."pgadmin.rcia.dev" = {
|
nginx.virtualHosts."pgadmin.rcia.dev" = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue