l radio news: add debug outputs

This commit is contained in:
lassulus 2023-09-03 11:59:38 +02:00
parent 77b8c837c5
commit 541cfbe3a2
1 changed files with 5 additions and 6 deletions

View File

@ -122,10 +122,9 @@ in
''}'';
};
## debug
# environment.systemPackages = [
# weather_report
# send_to_radio
# newsshow
# ];
# debug
environment.systemPackages = [
send_to_radio
newsshow
];
}