krebs 3 realwallpaper: actually start realwallpaper as timer

This commit is contained in:
makefu 2015-10-07 15:20:12 +02:00
parent eef7ff0ca5
commit 2460a6c226

View File

@ -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; [