nixpkgs/modules/services/databases
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
..
4store-endpoint.nix strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
4store.nix strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
mongodb.nix mongodb: allow running as a replicaset member 2012-04-01 10:54:08 +00:00
mysql.nix Only use mysqladmin authentication if we have supplied a root password 2012-01-18 15:21:11 +00:00
mysql55.nix Added MySQL 5.5 NixOS service 2012-01-20 10:43:18 +00:00
openldap.nix strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
postgresql.nix Make unitConfig/serviceConfig attribute sets 2012-10-01 16:27:42 -04:00
virtuoso.nix strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00