1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
Nix Packages collection & NixOS
Find a file
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
doc
gui
lib
maintainers
modules Make it easier to define timer units for services 2013-10-09 14:28:35 +02:00
tests
.gitignore
.version
COPYING
default.nix
README
release-combined.nix Generate a VirtualBox appliance (in OVF format) instead of a disk image 2013-10-08 15:40:48 +02:00
release.nix Generate a VirtualBox appliance (in OVF format) instead of a disk image 2013-10-08 15:40:48 +02:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.