l: move wallpaper to wallpaper.r
This commit is contained in:
parent
7c3b3400b7
commit
68ebb1a9ca
@ -71,6 +71,7 @@ rec {
|
|||||||
"c.r"
|
"c.r"
|
||||||
"p.r"
|
"p.r"
|
||||||
"search.r"
|
"search.r"
|
||||||
|
"wallpaper.r"
|
||||||
];
|
];
|
||||||
tinc = {
|
tinc = {
|
||||||
pubkey = ''
|
pubkey = ''
|
||||||
|
@ -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";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -19,8 +19,7 @@ in {
|
|||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
serverAliases = [
|
serverAliases = [
|
||||||
hostname
|
"wallpaper.r"
|
||||||
"${hostname}.r"
|
|
||||||
];
|
];
|
||||||
locations."/realwallpaper/".extraConfig = ''
|
locations."/realwallpaper/".extraConfig = ''
|
||||||
index on;
|
index on;
|
||||||
|
Loading…
Reference in New Issue
Block a user