From 5390d1edf27563075d183866ed60f0e373e5c89c Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Fri, 27 Dec 2019 22:46:45 +0100 Subject: pkgs/profpatsch/youtube2audiopodcast: fix a few things --- machines/profpatsch/haku.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines') diff --git a/machines/profpatsch/haku.nix b/machines/profpatsch/haku.nix index 67626012..86866cce 100644 --- a/machines/profpatsch/haku.nix +++ b/machines/profpatsch/haku.nix @@ -111,7 +111,7 @@ in description = "serve a youtube playlist as rss"; wantedBy = [ "default.target" ]; script = "${pkgs.vuizvui.profpatsch.youtube2audiopodcast { - url = "${hakuHostName}${youtube2audiopodcastSubdir}"; + url = "https://${hakuHostName}${youtube2audiopodcastSubdir}"; internalPort = youtube2audiopodcastPort; }}"; serviceConfig.User = config.users.users.youtube2audiopodcast.name; -- cgit 1.4.1