diff options
author | lassulus <lass@aidsballs.de> | 2015-10-07 18:09:50 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2015-10-07 18:09:50 +0200 |
commit | 1e9770b09377dfebd6b389cfb6b0f7dca2e80fb3 (patch) | |
tree | 727de1aaae2e1a9ea69008c76e047c316f015c1f /krebs | |
parent | 9d2d034542da532a2242d8e407ba0da8fad2fb9a (diff) | |
parent | 36d43bf73f498228ff540e86e6dd6596a353a0da (diff) |
Merge remote-tracking branch 'pnp/master'
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/3modules/realwallpaper.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/realwallpaper.nix b/krebs/3modules/realwallpaper.nix index d5c1aeabd..7e02538f5 100644 --- a/krebs/3modules/realwallpaper.nix +++ b/krebs/3modules/realwallpaper.nix @@ -55,13 +55,13 @@ let imp = { systemd.timers.realwallpaper = { description = "real wallpaper generator timer"; + wantedBy = [ "timers.target" ]; timerConfig = cfg.timerConfig; }; systemd.services.realwallpaper = { description = "real wallpaper generator"; - wantedBy = [ "multi-user.target" ]; after = [ "network.target" ]; path = with pkgs; [ |