mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
Remove container names from secrets
This commit is contained in:
parent
50d87e37a4
commit
dd01651115
7 changed files with 24 additions and 23 deletions
|
|
@ -13,12 +13,12 @@ in
|
|||
{
|
||||
imports = [ ./backup.nix ];
|
||||
|
||||
sops.secrets."paperless-admin-password" = { };
|
||||
sops.secrets."admin-password" = { };
|
||||
|
||||
services.paperless = {
|
||||
enable = true;
|
||||
inherit dataDir;
|
||||
passwordFile = config.sops.secrets."paperless-admin-password".path;
|
||||
passwordFile = config.sops.secrets."admin-password".path;
|
||||
settings.PAPERLESS_OCR_LANGUAGE = "deu+eng";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue