about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYaya <github@uwu.is>2024-01-09 10:40:09 +0000
committerYaya <github@uwu.is>2024-01-09 13:47:52 +0100
commit0b3fbec39d1426331e57c0e289d20a6911218c12 (patch)
treef4f4f7d8c80acf26ba651455f006e30782e069cd
parentcae82f600a7dc36a5d195eb3d2caa80c5bc771e4 (diff)
nixosTests.paperless: Convert paperless extraConfig to settings
`services.paperless.extraConfig` has been replaced with
`services.paperless.settings` in #277019.
-rw-r--r--nixos/tests/paperless.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/paperless.nix b/nixos/tests/paperless.nix
index 6a51cc522bdc5..3d834b29958de 100644
--- a/nixos/tests/paperless.nix
+++ b/nixos/tests/paperless.nix
@@ -21,7 +21,7 @@ import ./make-test-python.nix ({ lib, ... }: {
           }
         ];
       };
-      services.paperless.extraConfig = {
+      services.paperless.settings = {
         PAPERLESS_DBHOST = "/run/postgresql";
       };
     };