diff options
author | lassulus <lass@lassul.us> | 2017-02-16 19:40:25 +0100 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2017-02-16 19:40:25 +0100 |
commit | a5cc6741418e9915613a8f9f99a7aae700cac3c3 (patch) | |
tree | f2ee1066808da87ece26f9c869b29074a9eac347 /krebs | |
parent | 6a3700da3ce6675cdb600f841007cea923e78454 (diff) |
k 3 fetchWallpaper: remove deprecated after target
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/3modules/fetchWallpaper.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/fetchWallpaper.nix b/krebs/3modules/fetchWallpaper.nix index d5f2d0b69..3d6a285c3 100644 --- a/krebs/3modules/fetchWallpaper.nix +++ b/krebs/3modules/fetchWallpaper.nix @@ -64,7 +64,7 @@ let }; systemd.user.services.fetchWallpaper = { description = "fetch wallpaper"; - after = [ "network.target" "graphical.target" ]; + after = [ "graphical.target" ]; wants = [ "graphical.target" ]; wantedBy = [ "default.target" ]; |