modules: services: nginx: use 'credentialsFile'
In preparation for the migration to agenix.
This commit is contained in:
parent
7d37701811
commit
16d3cd9f81
2 changed files with 14 additions and 2 deletions
|
|
@ -106,6 +106,9 @@ in
|
|||
};
|
||||
nginx = {
|
||||
enable = true;
|
||||
acme = {
|
||||
credentialsFile = builtins.toFile "gandi-key.env" my.secrets.acme.key;
|
||||
};
|
||||
};
|
||||
paperless = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue