We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef9708c commit b67a565Copy full SHA for b67a565
lib/module.nix
@@ -90,7 +90,7 @@ in
90
in
91
{
92
startAt = "hourly";
93
- script = "${venv}/bin/strykeforce-manage publish_scheduled --no-input";
+ script = "${venv}/bin/strykeforce-manage publish_scheduled";
94
environment = {
95
DJANGO_SETTINGS_MODULE = cfg.settingsModule;
96
ALLOWED_HOSTS = cfg.allowedHosts;
0 commit comments