1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/modules/services/networking
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
..
ircd-hybrid
ssh Make unitConfig/serviceConfig attribute sets 2012-10-01 16:27:42 -04:00
amuled.nix
avahi-daemon.nix avahi: Never set host-name' to the empty string in avahi-daemon.conf'. 2012-09-07 10:58:53 +02:00
bind.nix Use a dedicated user ('named') for BIND instead of running the daemon as super user. 2012-07-27 00:08:41 +02:00
bitlbee.nix
cntlm.nix
ddclient.nix
dhclient.nix
dhcpcd.nix Make unitConfig/serviceConfig attribute sets 2012-10-01 16:27:42 -04:00
dhcpd.nix
dnsmasq.nix
ejabberd.nix
firewall.nix firewall.nix: Allow specifying trusted network interfaces 2012-09-20 17:51:44 -04:00
flashpolicyd.nix
git-daemon.nix
gnunet.nix
gogoclient.nix gogoclient: setup config and dirs on service start, not on system activation 2012-07-31 20:07:05 +02:00
gvpe.nix
ifplugd.nix
nat.nix
networkmanager.nix network-manager: Big overhaul 2012-09-27 09:26:07 +02:00
ntpd.nix Add an ip-up target for services that require IP connectivity 2012-08-15 15:38:52 -04:00
oidentd.nix
openfire.nix
openvpn.nix Fix the OpenVPN jobs 2012-08-30 21:11:36 -04:00
portmap.nix
prayer.nix Fix prayer so it does not start a server at port 80. 2012-06-10 14:51:43 +00:00
privoxy.nix
quassel.nix
radvd.nix
rdnssd.nix
rpcbind.nix
sabnzbd.nix
tftpd.nix
unbound.nix
vsftpd.nix
wakeonlan.nix
wicd.nix
wpa_supplicant.nix Drop Upstart references 2012-08-17 11:02:12 -04:00
xinetd.nix