disable pgmanage service

This commit is contained in:
nyanloutre 2021-12-20 08:35:30 +01:00
parent 1383b829ad
commit 9ec5fed7b6
1 changed files with 0 additions and 9 deletions

View File

@ -229,7 +229,6 @@ in
"sonarr.nyanlout.re" = authReverse 8989;
"syncthing.nyanlout.re" = authReverse 8384;
"jackett.nyanlout.re" = authReverse 9117;
"pgmanage.nyanlout.re" = authReverse config.services.pgmanage.port;
"matrix.nyanlout.re" = simpleReverse 8008;
"emby.nyanlout.re" = recursiveUpdate (simpleReverse 8096) {
locations."/" = {
@ -306,14 +305,6 @@ in
};
};
pgmanage = {
enable = true;
port = 10006;
connections = {
localhost = "hostaddr=127.0.0.1 port=5432 dbname=postgres";
};
};
gitea = {
enable = true;
cookieSecure = true;