From 8c747154f9482901fe9adee70100bd64027d7551 Mon Sep 17 00:00:00 2001 From: zuckerberg <5-zuckerberg@users.noreply.git.neet.dev> Date: Tue, 18 May 2021 18:51:05 -0400 Subject: [PATCH] nanachi icecast stream --- machines/nanachi/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/machines/nanachi/configuration.nix b/machines/nanachi/configuration.nix index b012246..0676edb 100644 --- a/machines/nanachi/configuration.nix +++ b/machines/nanachi/configuration.nix @@ -24,6 +24,12 @@ networking.interfaces.ens3.useDHCP = true; + services.icecast = { + enable = true; + hostname = "nanachi.neet.dev"; + mount = "stream.webm"; + }; + security.acme.acceptTerms = true; security.acme.email = "letsencrypt+5@tar.ninja";