Eelco Dolstra 891be375b5 Make unitConfig/serviceConfig attribute sets
So instead of:

  boot.systemd.services."foo".serviceConfig =
    ''
      StartLimitInterval=10
      CPUShare=500
    '';

you can say:

  boot.systemd.services."foo".serviceConfig.StartLimitInterval = 10;
  boot.systemd.services."foo".serviceConfig.CPUShare = 500;

This way all unit options are available and users can set/override
options in configuration.nix.
2012-10-01 16:27:42 -04:00
..
2012-02-20 16:53:44 +00:00
2011-11-10 23:06:24 +00:00
2012-08-30 21:11:36 -04:00
2011-10-31 12:48:59 +00:00
2011-11-03 18:49:54 +00:00
2012-08-17 11:02:12 -04:00
2012-04-19 08:28:54 +00:00