nixpkgs/modules/services/logging
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
..
klogd.nix Global replace /var/run/booted-system -> /run/booted-system 2012-07-16 11:34:21 -04:00
logcheck.nix logcheck: make sure directories are writable during merge phase 2012-08-29 22:59:28 +02:00
logrotate.nix
logstash.nix Change logstash job startOn attribute to include networking 2012-09-06 12:31:15 +02:00
syslogd.nix Make unitConfig/serviceConfig attribute sets 2012-10-01 16:27:42 -04:00