owncast: use ipv4 localhost

This commit is contained in:
Astro 2022-11-21 21:00:21 +01:00
parent 642ef73b16
commit 6120944b50
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
let
inherit (config.services.owncast) port;
in
"http://localhost:${toString port}";
"http://127.0.0.1:${toString port}";
};
};
}