1
0
mirror of https://github.com/kmein/niveum synced 2026-03-22 21:01:07 +01:00

Remove unused cron-job; add eduroam_5GHz

This commit is contained in:
Kierán Meinhardt
2018-10-22 09:58:55 +02:00
parent ad6f546974
commit 5b6a58ec31
2 changed files with 18 additions and 16 deletions

View File

@@ -51,9 +51,7 @@ in {
services.cron = {
enable = true;
systemCronJobs = [
"0 18 * * * ${scripts.bing-wallpaper}"
];
systemCronJobs = [];
};
programs.ssh = {