nixpkgs/modules/programs
Eelco Dolstra 36079454e5 Make it easier to define timer units for services
Systemd services now have a startAt attribute.  If set, NixOS will
automatically emit a timer unit that causes the service to start at
the specified time.  For example:

  systemd.services.foo =
    { script = "... bla bla ...";
      startAt = "02:15";
    };

causes the given script to be started at 02:15 every day.
2013-10-09 14:28:35 +02:00
..
bash bash: fix broken completion 2013-09-27 01:15:22 +02:00
zsh Don't generate /etc/environment 2013-09-24 11:01:55 +02:00
atop.nix atop: Add basic config option for /etc/atoprc 2013-05-23 11:14:24 +00:00
blcr.nix Fix typos, especially those that end up in the NixOS manual 2013-08-10 21:07:13 +00:00
environment.nix In environment.variables, unify "value" and "list" 2013-09-23 23:07:32 +02:00
info.nix * Provide info's manpage. 2012-03-04 16:10:19 +00:00
shadow.nix Merge pull request #256 from oxij/shells-environment 2013-09-23 11:23:10 -07:00
shell.nix Don't spam the user 2013-10-01 13:53:56 +02:00
ssh.nix Add programs.ssh.extraConfig option 2013-08-25 21:54:21 +02:00
ssmtp.nix Update all legacy-style modules 2013-09-04 13:05:09 +02:00
venus.nix Make it easier to define timer units for services 2013-10-09 14:28:35 +02:00
virtualbox.nix Add several missing uids and gids to modules/misc/ids.nix 2013-08-23 11:37:17 +02:00
wvdial.nix wvdial: don't make wvdial a system package; only root can run it 2011-11-25 17:41:47 +00:00