diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-04-29 18:23:13 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-04-29 18:23:13 +0200 |
commit | c22c3cf38fc94429480082c4225702b28d48c134 (patch) | |
tree | c359c54135f99061c8f86b2a02998458cc60ea3d /hosts | |
parent | 2d4ae81cdf5da17e22a6edb50cf3b047200eba8e (diff) | |
download | nixos-c22c3cf38fc94429480082c4225702b28d48c134.tar nixos-c22c3cf38fc94429480082c4225702b28d48c134.tar.gz nixos-c22c3cf38fc94429480082c4225702b28d48c134.tar.bz2 nixos-c22c3cf38fc94429480082c4225702b28d48c134.tar.xz nixos-c22c3cf38fc94429480082c4225702b28d48c134.zip |
...flakes
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/vidhar/paperless/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/paperless/default.nix b/hosts/vidhar/paperless/default.nix index 34cd18c4..dd02da38 100644 --- a/hosts/vidhar/paperless/default.nix +++ b/hosts/vidhar/paperless/default.nix | |||
@@ -4,7 +4,7 @@ | |||
4 | config = { | 4 | config = { |
5 | services.paperless = { | 5 | services.paperless = { |
6 | enable = true; | 6 | enable = true; |
7 | address = "[2a03:4000:52:ada:4:1::]"; | 7 | address = "2a03:4000:52:ada:4:1::"; |
8 | passwordFile = config.sops.secrets."paperless-rootpw".path; | 8 | passwordFile = config.sops.secrets."paperless-rootpw".path; |
9 | settings = { | 9 | settings = { |
10 | PAPERLESS_OCR_LANGUAGE = "deu+eng"; | 10 | PAPERLESS_OCR_LANGUAGE = "deu+eng"; |