feat: set up agenix secrets management
This commit is contained in:
parent
cc6226d335
commit
5f329f550e
32 changed files with 279 additions and 44 deletions
services
|
@ -4,7 +4,7 @@ let port = 8002;
|
|||
in {
|
||||
services.miniflux = {
|
||||
enable = true;
|
||||
adminCredentialsFile = "/etc/nixos/secrets/miniflux";
|
||||
adminCredentialsFile = config.age.secrets.miniflux.path;
|
||||
config = { LISTEN_ADDR = "localhost:${toString port}"; };
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue