diff --git a/configuration/options.nix b/configuration/options.nix index 54e0ea06227..3dc02e6c14d 100644 --- a/configuration/options.nix +++ b/configuration/options.nix @@ -137,6 +137,15 @@ "; } + + { + name = ["services" "extraJobs"]; + default = []; + description = " + Additional Upstart jobs. + "; + } + { name = ["services" "syslogd" "tty"];