aszlig 9279ec732b
nixos/taskserver: Introduce an extraConfig option
This is simply to add configuration lines to the generated configuration
file. The reason why I didn't went for an attribute set is that the
taskdrc file format doesn't map very well on Nix attributes, for example
the following can be set in taskdrc:

server = somestring
server.key = anotherstring

In order to use a Nix attribute set for that, it would be way too
complicated, for example if we want to represent the mentioned example
we'd have to do something like this:

{ server._top = somestring;
  server.key = anotherstring;
}

Of course, this would work as well but nothing is more simple than just
appending raw strings.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-04-12 04:21:55 +02:00
..
2016-02-15 12:54:04 -08:00
2016-01-07 06:39:06 +00:00
2016-03-26 22:47:15 -04:00
2016-01-07 06:39:06 +00:00
2016-02-15 00:26:41 +03:00
2016-02-26 08:56:39 +01:00
2015-06-15 18:11:32 +02:00
2015-06-15 18:18:46 +02:00
2015-06-15 18:18:46 +02:00
2015-06-08 08:35:12 +00:00
2015-10-22 14:34:02 +03:00
2014-09-03 15:47:53 +04:00
2015-06-21 18:21:21 +03:00
2016-01-07 06:39:06 +00:00
2014-09-01 10:53:19 +04:00
2015-06-15 18:18:46 +02:00