diff options
author | makefu <github@syntax-fehler.de> | 2015-10-07 15:20:12 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-10-07 15:20:12 +0200 |
commit | 2460a6c226ab3a1b462ca04ca0cb52f12e6a0be3 (patch) | |
tree | 5ed43c16cc622be2c746331b8f3f3ba2c4c5a0e7 /krebs/3modules/realwallpaper.nix | |
parent | eef7ff0ca525d71c9477e8b2d4a72f61f848abb3 (diff) |
krebs 3 realwallpaper: actually start realwallpaper as timer
Diffstat (limited to 'krebs/3modules/realwallpaper.nix')
-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; [ |