summaryrefslogtreecommitdiffstats
path: root/lass
diff options
context:
space:
mode:
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
+ ];
}