diff --git a/hosts/h001/mods/youtarr.nix b/hosts/h001/mods/youtarr.nix index 29379a0b..2cd36361 100644 --- a/hosts/h001/mods/youtarr.nix +++ b/hosts/h001/mods/youtarr.nix @@ -27,7 +27,7 @@ in environment = { PUID = toString uid; PGID = toString gid; - DB_HOST = "${name}-db"; + DB_HOST = "192.168.15.1"; DB_PORT = toString dbPort; DB_USER = "root"; DB_PASSWORD = "123qweasd"; @@ -83,6 +83,10 @@ in from = port; to = port; } + { + from = dbPort; + to = dbPort; + } ]; services.nginx = { diff --git a/hosts/lio/flake.lock b/hosts/lio/flake.lock index 9e05ad05..97f61662 100644 --- a/hosts/lio/flake.lock +++ b/hosts/lio/flake.lock @@ -1303,11 +1303,11 @@ "nixpkgs": "nixpkgs_4" }, "locked": { - "lastModified": 1769964763, - "narHash": "sha256-ADWyyRulN7Bi+LN9pMO5JjcKqFnKWtCi4CCqMXlsHE4=", + "lastModified": 1770048828, + "narHash": "sha256-i7waiMaC0okqPiOdKVel8sP2xPv6fO0no2N+VF/LEFY=", "owner": "anomalyco", "repo": "opencode", - "rev": "2c82e6c6ae2cd7472de3598c2bf3bb2a4e9560d2", + "rev": "1bd5dc5382cfa8b57dc470970bcdfa6a3dbd8dfb", "type": "github" }, "original": {