diff --git a/hosts/nixedo/modules/paperless.nix b/hosts/nixedo/modules/paperless.nix index 8735b560..ca58fc15 100644 --- a/hosts/nixedo/modules/paperless.nix +++ b/hosts/nixedo/modules/paperless.nix @@ -43,10 +43,7 @@ in enable = true; dataDir = "/mnt/media/${service}"; - - settings = { - PAPERLESS_URL = "https://${cfg.url}"; - }; + domain = "https://${cfg.url}"; }; nginx.virtualHosts."${cfg.url}" = {