From 941203838900b2b46847022e1173af0a0e24828e Mon Sep 17 00:00:00 2001 From: lassulus Date: Mon, 4 Sep 2023 12:35:35 +0200 Subject: l prism.r: cleanup --- lass/1systems/prism/config.nix | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'lass') diff --git a/lass/1systems/prism/config.nix b/lass/1systems/prism/config.nix index 990dac091..7234e7f22 100644 --- a/lass/1systems/prism/config.nix +++ b/lass/1systems/prism/config.nix @@ -9,7 +9,9 @@ with import ; + + { services.nginx.enable = true; imports = [ @@ -114,11 +116,9 @@ with import ; - - @@ -139,13 +139,9 @@ with import ; "= /wallpaper.png".extraConfig = '' alias /var/realwallpaper/realwallpaper.png; ''; - }; - } - { - krebs.repo-sync.repos.stockholm.timerConfig = { - OnBootSec = "5min"; - OnUnitInactiveSec = "2min"; - RandomizedDelaySec = "2min"; + "= /wallpaper-stars-berlin.png".extraConfig = '' + alias /var/realwallpaper/realwallpaper-krebs-stars-berlin.png; + ''; }; } @@ -196,8 +192,8 @@ with import ; { predicate = "-p udp --dport 60000:61000"; target = "ACCEPT"; } ]; } + - { services.nginx.virtualHosts."flix.lassul.us" = { @@ -243,7 +239,7 @@ with import ; users.groups.download = {}; users.users = { download = { - createHome = true; + createHome = false; group = "download"; name = "download"; home = "/var/download"; -- cgit v1.2.3