about summary refs log tree commit diff
path: root/machines/profpatsch/haku.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2019-12-27 22:46:45 +0100
committerProfpatsch <mail@profpatsch.de>2019-12-27 22:46:45 +0100
commit5390d1edf27563075d183866ed60f0e373e5c89c (patch)
tree131ca410e385d8a60b49d46b9196734d84fa7536 /machines/profpatsch/haku.nix
parent481891ac1580d1b52d61a0ce301627107d417012 (diff)
pkgs/profpatsch/youtube2audiopodcast: fix a few things
Diffstat (limited to 'machines/profpatsch/haku.nix')
-rw-r--r--machines/profpatsch/haku.nix2
1 files changed, 1 insertions, 1 deletions
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;