From 362ed306d4bf42c404516c38e0d40aa22849e39f Mon Sep 17 00:00:00 2001 From: Linnnus Date: Mon, 29 Apr 2024 08:56:45 +0200 Subject: chore: Formatting --- hosts/ahmed/torrenting/reverse-proxy.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hosts/ahmed/torrenting/reverse-proxy.nix') diff --git a/hosts/ahmed/torrenting/reverse-proxy.nix b/hosts/ahmed/torrenting/reverse-proxy.nix index fb141ed..a829e5a 100644 --- a/hosts/ahmed/torrenting/reverse-proxy.nix +++ b/hosts/ahmed/torrenting/reverse-proxy.nix @@ -1,6 +1,5 @@ # This module configures a reverse proxy for the various services that are # exposed to the internet. - { pkgs, config, @@ -44,7 +43,7 @@ in { locations."/" = { index = "index.html"; - root = pkgs.runCommand "${baseDomain}-portal" { inherit qbDomain jellyfinDomain; } '' + root = pkgs.runCommand "${baseDomain}-portal" {inherit qbDomain jellyfinDomain;} '' mkdir $out ${pkgs.xorg.lndir}/bin/lndir ${./portal} $out -- cgit v1.2.3