secrets: move paperless secrets to agenix
This commit is contained in:
parent
8d75500055
commit
2c3032c642
10 changed files with 34 additions and 16 deletions
|
|
@ -127,6 +127,8 @@ in
|
|||
paperless = {
|
||||
enable = true;
|
||||
port = 8085;
|
||||
passwordFile = config.age.secrets."paperless/admin-password".path;
|
||||
secretKeyFile = config.age.secrets."paperless/secret-key".path;
|
||||
};
|
||||
|
||||
postgresql-backup = {
|
||||
|
|
|
|||
|
|
@ -23,6 +23,9 @@
|
|||
owner = "nextcloud";
|
||||
};
|
||||
|
||||
"paperless/admin-password" = {};
|
||||
"paperless/secret-key" = {};
|
||||
|
||||
"restic-backup/poseidon-credentials" = {};
|
||||
"restic-backup/poseidon-password" = {};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue