summaryrefslogtreecommitdiff
path: root/hosts/ahmed/torrenting/reverse-proxy.nix
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2024-04-29 08:56:45 +0200
committerLinnnus <[email protected]>2024-04-29 08:56:45 +0200
commit362ed306d4bf42c404516c38e0d40aa22849e39f (patch)
tree7051a22368d71db4f5b574abd974bee2802ee083 /hosts/ahmed/torrenting/reverse-proxy.nix
parent6c3c38d9335878d95084cbd9aa4a2d18adb35f28 (diff)
chore: Formatting
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