nixpkgs/modules/services/misc
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
..
autofs.nix * Use boot.kernelModules everywhere instead of explicit calls to 2012-03-17 17:26:17 +00:00
disnix.nix Global replace /var/run/current-system -> /run/current-system 2012-07-16 11:34:21 -04:00
felix.nix strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
folding-at-home.nix strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
gpsd.nix strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
nix-daemon.nix Make unitConfig/serviceConfig attribute sets 2012-10-01 16:27:42 -04:00
nix-gc.nix
nixos-manual.nix * Add type. 2012-06-04 14:35:48 +00:00
rogue.nix strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
svnserve.nix strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
synergy.nix strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00