diff options
author | lassulus <lass@blue.r> | 2018-11-10 21:46:35 +0100 |
---|---|---|
committer | lassulus <lass@blue.r> | 2018-11-10 21:46:49 +0100 |
commit | 96a3e3c35d305699b7f279c3ea2fd0a18c8d6e97 (patch) | |
tree | b4b9050eed616e1fcccd30bf713ad2d7d19d262d /lass/2configs/realwallpaper.nix | |
parent | f2dd2793cd1dad28a65d78d307e59b74fb63f23c (diff) |
l realwallpaper: serve realwallpaper-krebs.png
Diffstat (limited to 'lass/2configs/realwallpaper.nix')
-rw-r--r-- | lass/2configs/realwallpaper.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lass/2configs/realwallpaper.nix b/lass/2configs/realwallpaper.nix index 116d66276..16b999817 100644 --- a/lass/2configs/realwallpaper.nix +++ b/lass/2configs/realwallpaper.nix @@ -22,10 +22,7 @@ in { locations."/realwallpaper.png".extraConfig = '' root /var/realwallpaper/; ''; - locations."/realwallpaper-sat.png".extraConfig = '' - root /var/realwallpaper/; - ''; - locations."/realwallpaper-sat-krebs.png".extraConfig = '' + locations."/realwallpaper-krebs.png".extraConfig = '' root /var/realwallpaper/; ''; }; |