summaryrefslogtreecommitdiffstats
path: root/lass/2configs/realwallpaper.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2018-11-14 09:24:59 +0100
committertv <tv@krebsco.de>2018-11-14 09:24:59 +0100
commitf2ca6be6a73df133d127b5b3efe100ff9a3cbd9b (patch)
tree695890a3eb0886b875cd640ae22edfb4b5207caa /lass/2configs/realwallpaper.nix
parent81c0315a925c7891a86cf6d556426cc060ebb2fa (diff)
parent424e6d50af975c929d09f35d434295a823168db0 (diff)
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'lass/2configs/realwallpaper.nix')
-rw-r--r--lass/2configs/realwallpaper.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/lass/2configs/realwallpaper.nix b/lass/2configs/realwallpaper.nix
index 116d66276..e0cb37f67 100644
--- a/lass/2configs/realwallpaper.nix
+++ b/lass/2configs/realwallpaper.nix
@@ -1,4 +1,4 @@
-{ config, lib, ... }:
+{ config, lib, pkgs, ... }:
let
hostname = config.krebs.build.host.name;
@@ -9,6 +9,9 @@ let
in {
krebs.realwallpaper.enable = true;
+ system.activationScripts.user-shadow = ''
+ ${pkgs.coreutils}/bin/chmod +x /var/realwallpaper
+ '';
services.nginx.virtualHosts.wallpaper = {
extraConfig = ''
if ( $server_addr = "${config.krebs.build.host.nets.internet.ip4.addr}" ) {
@@ -22,10 +25,7 @@ in {
locations."/realwallpaper.png".extraConfig = ''
root /var/realwallpaper/;
'';
- locations."/realwallpaper-sat.png".extraConfig = ''
- root /var/realwallpaper/;
- '';
- locations."/realwallpaper-sat-krebs.png".extraConfig = ''
+ locations."/realwallpaper-krebs.png".extraConfig = ''
root /var/realwallpaper/;
'';
};
[cgit] Unable to lock slot /tmp/cgit/3b100000.lock: No such file or directory (2)