summaryrefslogtreecommitdiffstats
path: root/lass
diff options
context:
space:
mode:
authorlassulus <git@lassul.us>2023-09-03 11:59:38 +0200
committerlassulus <git@lassul.us>2023-09-03 11:59:38 +0200
commit541cfbe3a2544ec74cee6c9b24b1a86051688414 (patch)
tree13ccf4a4d86488707c0a1df3762364d0fed9d33a /lass
parent77b8c837c5e9a5217e829ae2976a37e691a291b5 (diff)
l radio news: add debug outputs
Diffstat (limited to 'lass')
-rw-r--r--lass/2configs/services/radio/news.nix11
1 files changed, 5 insertions, 6 deletions
diff --git a/lass/2configs/services/radio/news.nix b/lass/2configs/services/radio/news.nix
index 62f7f548..a9cddb62 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
+ ];
}