My Nix Configuration
2
fork

Configure Feed

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

[marvin] update gdq-cals service

dish 041b97d3 a19d85b4

+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 --id 56 --fatales --gcal"; 22 + ExecStart = "${lib.getExe pyWithLibs} gdq_cal_ics_exporter.py --id 61 --fatales --gcal"; 23 23 Type = "oneshot"; 24 24 WorkingDirectory = "/home/thehedgehog/gdq-cals/"; 25 25 User = "thehedgehog";