feat(mottarone): add pgadmin again
This commit is contained in:
parent
6ea2b73944
commit
cb0051bfdc
1 changed files with 5 additions and 0 deletions
|
@ -30,5 +30,10 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
postgresql.enable = true;
|
postgresql.enable = true;
|
||||||
|
pgadmin = {
|
||||||
|
enable = true;
|
||||||
|
initialEmail = "hi@uku.moe";
|
||||||
|
initialPasswordFile = "/opt/pgadminpwd";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue