summaryrefslogtreecommitdiffstats
path: root/krebs/3modules/realwallpaper.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-10-07 15:20:12 +0200
committermakefu <github@syntax-fehler.de>2015-10-07 15:20:12 +0200
commit2460a6c226ab3a1b462ca04ca0cb52f12e6a0be3 (patch)
tree5ed43c16cc622be2c746331b8f3f3ba2c4c5a0e7 /krebs/3modules/realwallpaper.nix
parenteef7ff0ca525d71c9477e8b2d4a72f61f848abb3 (diff)
krebs 3 realwallpaper: actually start realwallpaper as timer
Diffstat (limited to 'krebs/3modules/realwallpaper.nix')
-rw-r--r--krebs/3modules/realwallpaper.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/realwallpaper.nix b/krebs/3modules/realwallpaper.nix
index d5c1aeab..7e02538f 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; [