l prism.r: serve maker wallpaper publicly
This commit is contained in:
parent
8adbc446bf
commit
c9aac57896
|
@ -142,9 +142,14 @@ with import <stockholm/lib>;
|
|||
imports = [
|
||||
<stockholm/lass/2configs/realwallpaper.nix>
|
||||
];
|
||||
services.nginx.virtualHosts."lassul.us".locations."= /wallpaper.png".extraConfig = ''
|
||||
alias /var/realwallpaper/realwallpaper.png;
|
||||
'';
|
||||
services.nginx.virtualHosts."lassul.us".locations = {
|
||||
"= /wallpaper-marker.png".extraConfig = ''
|
||||
alias /var/realwallpaper/realwallpaper-marker.png;
|
||||
'';
|
||||
"= /wallpaper.png".extraConfig = ''
|
||||
alias /var/realwallpaper/realwallpaper.png;
|
||||
'';
|
||||
};
|
||||
}
|
||||
{
|
||||
users.users.jeschli = {
|
||||
|
|
Loading…
Reference in a new issue