diff options
author | lassulus <git@lassul.us> | 2023-09-03 11:59:38 +0200 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-09-03 11:59:38 +0200 |
commit | 541cfbe3a2544ec74cee6c9b24b1a86051688414 (patch) | |
tree | 13ccf4a4d86488707c0a1df3762364d0fed9d33a | |
parent | 77b8c837c5e9a5217e829ae2976a37e691a291b5 (diff) |
l radio news: add debug outputs
-rw-r--r-- | lass/2configs/services/radio/news.nix | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lass/2configs/services/radio/news.nix b/lass/2configs/services/radio/news.nix index 62f7f548c..a9cddb62a 100644 --- a/lass/2configs/services/radio/news.nix +++ b/lass/2configs/services/radio/news.nix @@ -122,10 +122,9 @@ in ''}''; }; - ## debug - # environment.systemPackages = [ - # weather_report - # send_to_radio - # newsshow - # ]; + # debug + environment.systemPackages = [ + send_to_radio + newsshow + ]; } |