My Nix Configuration

[hosts.marvin] update gdq-cals service

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