feat(paperless): change admin username

This commit is contained in:
Felix Schröter 2021-12-22 17:14:19 +01:00
parent 53fb7202be
commit fbe344b001
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58

View file

@ -6,7 +6,10 @@ in {
enable = true;
inherit port;
passwordFile = "/etc/nixos/secrets/paperless";
extraConfig = { PAPERLESS_OCR_LANGUAGE = "deu+eng"; };
extraConfig = {
PAPERLESS_ADMIN_USER = "felschr";
PAPERLESS_OCR_LANGUAGE = "deu+eng";
};
};
services.nginx = {