nixpkgs/nixos/modules
Bjørn Forsman 00dfa5b4e5 nixos/systemd: disable timer units with service
A disabled systemd service with a "startAt" attribute, like this:

  systemd.services.foo-service = {
    enable = false;
    startAt = "*-*-* 05:15:00";
    ...
  };

will cause the following errors in the system journal:

  systemd[1]: foo-service.timer: Refusing to start, unit to trigger not loaded.
  systemd[1]: Failed to start foo-service.timer.

Fix it by not generating the corresponding timer unit when the service
is disabled.

(cherry picked from commit 2eb8aab42c)
2016-07-16 09:41:52 +02:00
..
config nixos/swap: support for resizing swapfile 2016-07-16 09:41:52 +02:00
hardware facetimehd: Only unload module if it is loaded 2016-04-23 11:59:00 -05:00
i18n/inputMethod fcitx: show available engines in module description 2016-02-28 07:12:55 -06:00
installer nixos-install: fix SSL certificate error 2016-06-24 19:18:34 +03:00
misc nixos/elasticsearch: Set a group on the user 2016-07-01 19:10:16 +02:00
profiles Fix the boot-ec2-config test 2016-03-31 13:32:56 +02:00
programs ssh: Fix support for ssh-dss host keys 2016-04-01 16:04:15 +02:00
security setuid-wrappers: remove config.system.path from the closure 2016-05-23 13:50:50 +01:00
services ddclient service: use environment.etc 2016-07-09 14:56:28 +02:00
system nixos/systemd: disable timer units with service 2016-07-16 09:41:52 +02:00
tasks nixos/filesystems: Fix fs options type error 2016-03-30 21:51:10 +02:00
testing KDE test: Bump kdm start timeout 2016-05-27 13:39:56 +02:00
virtualisation Update 16.03 AMIs 2016-07-13 10:40:29 +02:00
module-list.nix colord service: init 2016-07-01 07:34:19 +02:00
rename.nix gitlab: 8.0.5 -> 8.5.0, service improvements 2016-02-26 07:08:31 +01:00