diff --git a/services/paperless.nix b/services/paperless.nix index 92bd8e4..20180d2 100644 --- a/services/paperless.nix +++ b/services/paperless.nix @@ -50,7 +50,7 @@ in { enable = true; port = cfg.port; passwordFile = cfg.passwordFile; - extraConfig = { + settings = { # Postgres settings PAPERLESS_DBHOST = "/run/postgresql"; PAPERLESS_DBUSER = "paperless";