mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44:40 +02:00
service/paperless: migrate to settings from extraConfig
This commit is contained in:
parent
a9bd6cb089
commit
28d636ec98
2 changed files with 4 additions and 4 deletions
|
@ -76,7 +76,7 @@ in
|
|||
paperless = {
|
||||
enable = true;
|
||||
passwordFile = secrets."paperless/password".path;
|
||||
extraConfig.PAPERLESS_ADMIN_USER = "felix";
|
||||
settings.PAPERLESS_ADMIN_USER = "felix";
|
||||
mediaDir = "/data/docs";
|
||||
};
|
||||
# RSS aggregator and reader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue