My Nix Configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

[hosts.marvin] fix gdq-cals service

dish 788f8722 80a10727

+1 -1
+1 -1
hosts/marvin/services/gdq-cals.nix
··· 19 19 description = "GDQ Calendar Updater"; 20 20 path = [ pyWithLibs ]; 21 21 serviceConfig = { 22 - ExecStart = "${lib.getExe pyWithLibs} gdq_cal_ics_exporter.py--fatales --gcal --disable_general"; 22 + ExecStart = "${lib.getExe pyWithLibs} gdq_cal_ics_exporter.py --fatales --gcal --disable_general"; 23 23 Type = "oneshot"; 24 24 WorkingDirectory = "/home/thehedgehog/gdq-cals/"; 25 25 User = "thehedgehog";