l realwallpaper: make public readable

This commit is contained in:
lassulus 2023-09-03 12:10:37 +02:00
parent 07f4e3fa8d
commit 8c074037a1
1 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ in {
krebs.realwallpaper.enable = true;
system.activationScripts.wallpaper-chmod = ''
${pkgs.coreutils}/bin/chmod +x /var/realwallpaper
${pkgs.coreutils}/bin/chmod +rx /var/realwallpaper
'';
services.nginx.virtualHosts.wallpaper = {
extraConfig = ''
@ -21,9 +21,9 @@ in {
serverAliases = [
"wallpaper.r"
];
locations."/realwallpaper/".extraConfig = ''
index on;
root /var/realwallpaper";
locations."/".extraConfig = ''
autoindex on;
root /var/realwallpaper/;
'';
locations."/realwallpaper.png".extraConfig = ''
root /var/realwallpaper/;