secrets: move poseidon-restic to agenix
This commit is contained in:
parent
165b30ef9c
commit
2908bbb887
8 changed files with 18 additions and 11 deletions
|
|
@ -65,7 +65,9 @@ in
|
|||
|
||||
restic-backup = {
|
||||
enable = true;
|
||||
repo = secrets.restic-backup.poseidon-repo;
|
||||
repo = "b2:poseidon-backup";
|
||||
passwordFile = config.age.secrets."restic-backup/poseidon-password".path;
|
||||
environmentFile = config.age.secrets."restic-backup/poseidon-credentials".path;
|
||||
};
|
||||
|
||||
fail2ban = {
|
||||
|
|
|
|||
|
|
@ -17,6 +17,9 @@
|
|||
owner = "matrix-synapse";
|
||||
};
|
||||
|
||||
"restic-backup/poseidon-credentials" = {};
|
||||
"restic-backup/poseidon-password" = {};
|
||||
|
||||
"transmission/secret" = {
|
||||
owner = "transmission";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue