l: move wallpaper to wallpaper.r
This commit is contained in:
parent
7c3b3400b7
commit
68ebb1a9ca
@ -71,6 +71,7 @@ rec {
|
||||
"c.r"
|
||||
"p.r"
|
||||
"search.r"
|
||||
"wallpaper.r"
|
||||
];
|
||||
tinc = {
|
||||
pubkey = ''
|
||||
|
@ -5,7 +5,7 @@ let
|
||||
in {
|
||||
krebs.fetchWallpaper = {
|
||||
enable = true;
|
||||
url = "prism/realwallpaper-krebs-stars-berlin.png";
|
||||
url = "http://wallpaper.r/realwallpaper-krebs-stars-berlin.png";
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -19,8 +19,7 @@ in {
|
||||
}
|
||||
'';
|
||||
serverAliases = [
|
||||
hostname
|
||||
"${hostname}.r"
|
||||
"wallpaper.r"
|
||||
];
|
||||
locations."/realwallpaper/".extraConfig = ''
|
||||
index on;
|
||||
|
Loading…
Reference in New Issue
Block a user