From eafb9f311db2685a322772327d808b5d20be34f8 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Sun, 22 Jan 2023 00:10:16 -0800 Subject: [PATCH] resolve hostname from inside --- ttrss/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ttrss/default.nix b/ttrss/default.nix index 012fcce..7ae62cb 100644 --- a/ttrss/default.nix +++ b/ttrss/default.nix @@ -43,6 +43,8 @@ let feed_icons_directory = "${persistent_dir}/feed-icons"; in rec { + dnsmasqSubdomains = [subdomain]; + db = customPkgs.mkPostgresDB { name = "${serviceName}PostgresDB";