* job.extraHttpdConfig: not used anywhere.
svn path=/nixos/branches/modular-nixos/; revision=16369
This commit is contained in:
parent
118418ba31
commit
def0be732f
@ -21,10 +21,6 @@
|
||||
# system path.
|
||||
extraPath = if job ? extraPath then job.extraPath else [];
|
||||
|
||||
# Allow jobs to declare extra configuration for Apache (e.g. Nagios
|
||||
# declaring its web interface).
|
||||
extraHttpdConfig = if job ? extraHttpdConfig then job.extraHttpdConfig else "";
|
||||
|
||||
# Allow jobs to declare user accounts that should be created.
|
||||
users = if job ? users then job.users else [];
|
||||
|
||||
|
@ -81,7 +81,6 @@ in
|
||||
environment.extraPackages =
|
||||
pkgs.lib.concatLists (map (job: job.extraPath) jobs);
|
||||
|
||||
|
||||
users.extraUsers =
|
||||
pkgs.lib.concatLists (map (job: job.users) jobs);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user