feat: enables shlink to listen internally to tcpip

This commit is contained in:
Lewis Wynne 2026-04-08 00:35:38 +01:00
parent 47e28d0c04
commit 013d689835
2 changed files with 3 additions and 3 deletions

View file

@ -13,6 +13,7 @@
services.postgresql = {
enable = true;
enableTCPIP = true;
ensureDatabases = [ "shlink" ];
ensureUsers = [{
name = "shlink";