summaryrefslogtreecommitdiff
path: root/hosts/ahmed/torrenting/reverse-proxy.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/ahmed/torrenting/reverse-proxy.nix')
-rw-r--r--hosts/ahmed/torrenting/reverse-proxy.nix3
1 files changed, 1 insertions, 2 deletions
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