From a05e0614c1bb75f77717a943dc4ac75a0cca4652 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sun, 1 Mar 2026 23:51:02 -0800 Subject: add everything; add CI --- nix/modules/icecast.nix | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'nix/modules/icecast.nix') diff --git a/nix/modules/icecast.nix b/nix/modules/icecast.nix index 0cef018..7d3d88d 100644 --- a/nix/modules/icecast.nix +++ b/nix/modules/icecast.nix @@ -1,21 +1,21 @@ { lib, config, ... }: { services.icecast = { - enable = lib.mkDefault config.monorepo.profiles.server.enable; + enable = lib.mkDefault false; listen.address = "0.0.0.0"; extraConfig = '' - - 0 - /stream.m3u - 3600 - - - -
- - -''; + + 0 + /stream.m3u + 3600 + + + +
+ + + ''; }; admin.password = "changeme"; } -- cgit v1.3