secrets: move paperless secrets to agenix
This commit is contained in:
parent
8d75500055
commit
2c3032c642
10 changed files with 34 additions and 16 deletions
|
|
@ -10,6 +10,5 @@ in {
|
|||
};
|
||||
|
||||
config.my.secrets = {
|
||||
paperless = import ./paperless { inherit lib; };
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,10 +0,0 @@
|
|||
{ lib }:
|
||||
let
|
||||
inherit (lib)
|
||||
fileContents
|
||||
;
|
||||
in
|
||||
{
|
||||
secretKey = fileContents ./secret-key-file.secret;
|
||||
adminPassword = fileContents ./admin-password.secret;
|
||||
}
|
||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue