diff --git a/hosts/cirrostratus/copyparty.nix b/hosts/cirrostratus/copyparty.nix index 66846ef..c4db3a0 100644 --- a/hosts/cirrostratus/copyparty.nix +++ b/hosts/cirrostratus/copyparty.nix @@ -45,6 +45,8 @@ in { ah-alg = "argon2"; ah-salt = "ImSaltyAboutNonPersistentSalts"; hist = "/var/lib/copyparty"; + xff-hdr = "X-Forwarded-For"; + rproxy = 1; }; accounts = lib.mkIf (inputs ? nix-secrets) ( builtins.mapAttrs (name: value: {passwordFile = "${inputs.nix-secrets}/copyparty/${name}";})