nixpkgs/nixos/modules
Profpatsch 488f0d9cb3 systemd-unit-options: startAt can be a list
OnCalendar entrys can be specified multiple times in a systemd timer, to
make more complex scheduling possible.

Tested by manually checking the timer generated by the following:

    systemd = {
      services.huhu = {
        description = "meh";
        wantedBy = [ "default.target" ];
        serviceConfig.ExecStart = "/bin/sh -c 'printf HUHU!'";
        startAt = [ "*:*:0/30" "*:0/1:15" ];
      };
    };

It prints HUHU to the log at seconds 0, 15 and 30 of each minute.
2016-09-01 00:39:36 +02:00
..
config nixos/…/swap.nix: add some safety assertions for randomEncryption 2016-08-31 15:29:11 +01:00
hardware Merge branch 'master' into staging 2016-08-21 12:03:41 +01:00
i18n/input-method Merge pull request #15025 from ericsagnes/modules/manual 2016-08-28 13:57:34 +02:00
installer nixos-install: remove manifest related stuff 2016-08-24 16:09:30 +01:00
misc Merge pull request #15025 from ericsagnes/modules/manual 2016-08-28 13:57:34 +02:00
profiles documentation: fix start display-manager command 2016-07-04 10:25:31 +02:00
programs nixos/shadow: setuid wrappers for new{uid,gid}map 2016-08-19 14:59:33 +02:00
security Revert "setuid-wrappers: Update wrapper dir atomically." 2016-08-31 16:25:18 +02:00
services Merge pull request #18152 from roblabla/bugfix-zeroTierOneConfigurablePackage 2016-08-31 12:34:59 +01:00
system systemd-unit-options: startAt can be a list 2016-09-01 00:39:36 +02:00
tasks nixos filesystems: move special filesystems to a dedicated option 2016-08-31 16:50:13 +03:00
testing KDE test: Bump kdm start timeout 2016-05-27 11:22:27 +02:00
virtualisation Don't break grow-partition 2016-08-31 03:06:46 +00:00
module-list.nix ferm: init at 2.3 2016-08-25 21:37:19 +02:00
rename.nix nixos/modules/rename.nix: fix eval error 2016-08-28 14:47:24 +01:00