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