nixpkgs/modules/system/boot
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
..
loader The efi boot stub code should only be run if it is enabled 2012-08-09 10:37:43 -04:00
kernel.nix Merge branch 'master' of github.com:NixOS/nixos into systemd 2012-08-20 11:27:38 -04:00
luksroot.nix LUKS root: Fix key file check 2012-08-02 11:39:31 +02:00
modprobe.nix systemd: Use the kernel modules from /run/booted-system 2012-08-14 17:09:44 -04:00
shutdown.nix Fix a hang during shutdown 2012-08-14 16:45:50 -04:00
stage-1-init.sh Merge remote-tracking branch 'origin/master' into systemd 2012-09-28 11:35:27 -04:00
stage-1.nix Merge remote-tracking branch 'origin/master' into systemd 2012-09-28 11:35:27 -04:00
stage-2-init.sh Move setting ownership of /nix/store to stage-2-init 2012-09-28 10:59:58 -04:00
stage-2.nix Optionally make the Nix store read-only to enforce immutability 2012-09-25 16:33:21 -04:00
systemd-unit-options.nix Make unitConfig/serviceConfig attribute sets 2012-10-01 16:27:42 -04:00
systemd.nix Make unitConfig/serviceConfig attribute sets 2012-10-01 16:27:42 -04:00