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