1
0
Fork 0

resolve hostname from inside

This commit is contained in:
ibizaman 2023-01-22 00:10:16 -08:00
parent ba14b8d4a1
commit eafb9f311d

View file

@ -43,6 +43,8 @@ let
feed_icons_directory = "${persistent_dir}/feed-icons";
in
rec {
dnsmasqSubdomains = [subdomain];
db = customPkgs.mkPostgresDB {
name = "${serviceName}PostgresDB";