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";