l: move wallpaper to wallpaper.r

This commit is contained in:
lassulus 2023-06-03 22:10:25 +02:00
parent 7c3b3400b7
commit 68ebb1a9ca
3 changed files with 3 additions and 3 deletions

View File

@ -71,6 +71,7 @@ rec {
"c.r" "c.r"
"p.r" "p.r"
"search.r" "search.r"
"wallpaper.r"
]; ];
tinc = { tinc = {
pubkey = '' pubkey = ''

View File

@ -5,7 +5,7 @@ let
in { in {
krebs.fetchWallpaper = { krebs.fetchWallpaper = {
enable = true; enable = true;
url = "prism/realwallpaper-krebs-stars-berlin.png"; url = "http://wallpaper.r/realwallpaper-krebs-stars-berlin.png";
}; };
} }

View File

@ -19,8 +19,7 @@ in {
} }
''; '';
serverAliases = [ serverAliases = [
hostname "wallpaper.r"
"${hostname}.r"
]; ];
locations."/realwallpaper/".extraConfig = '' locations."/realwallpaper/".extraConfig = ''
index on; index on;