diff --git a/systems/LoutreOS/web.nix b/systems/LoutreOS/web.nix index 7828fea..a880437 100644 --- a/systems/LoutreOS/web.nix +++ b/systems/LoutreOS/web.nix @@ -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;