My Nix Configuration

[marvin] update gdq-cals service

pyrox.dev 041b97d3 a19d85b4

verified
Changed files
+1 -1
hosts
marvin
services
+1 -1
hosts/marvin/services/gdq-cals.nix
···
description = "GDQ Calendar Updater";
path = [ pyWithLibs ];
serviceConfig = {
-
ExecStart = "${lib.getExe pyWithLibs} gdq_cal_ics_exporter.py --id 56 --fatales --gcal";
+
ExecStart = "${lib.getExe pyWithLibs} gdq_cal_ics_exporter.py --id 61 --fatales --gcal";
Type = "oneshot";
WorkingDirectory = "/home/thehedgehog/gdq-cals/";
User = "thehedgehog";