diff options
author | lassulus <lassulus@lassul.us> | 2021-05-02 17:40:21 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2021-05-15 13:11:34 +0200 |
commit | 8d19145cee3effd1ea55c586bf4bb97ee3fe3f73 (patch) | |
tree | 698cd8b1e04552f2d2ffb5c7d2520849fb0189f3 | |
parent | 714eaee3d0d79cd1b0d9243fc4bea64518b22af4 (diff) |
l realwallpaper: serve krebs-stars
-rw-r--r-- | lass/2configs/realwallpaper.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lass/2configs/realwallpaper.nix b/lass/2configs/realwallpaper.nix index 7a2f6e916..c873ae4d5 100644 --- a/lass/2configs/realwallpaper.nix +++ b/lass/2configs/realwallpaper.nix @@ -28,6 +28,9 @@ in { locations."/realwallpaper-krebs.png".extraConfig = '' root /var/realwallpaper/; ''; + locations."/realwallpaper-krebs-stars.png".extraConfig = '' + root /var/realwallpaper/; + ''; locations."/realwallpaper-video.mp4".extraConfig = '' root /var/realwallpaper/archive; ''; |