secrets: move nextcloud secrets to agenix
This commit is contained in:
parent
2908bbb887
commit
4cc2f41066
8 changed files with 19 additions and 5 deletions
|
|
@ -117,6 +117,7 @@ in
|
|||
|
||||
nextcloud = {
|
||||
enable = true;
|
||||
adminpassFile = config.age.secrets."nextcloud/admin-pass".path;
|
||||
};
|
||||
|
||||
nuage = {
|
||||
|
|
|
|||
|
|
@ -17,6 +17,10 @@
|
|||
owner = "matrix-synapse";
|
||||
};
|
||||
|
||||
"nextcloud/admin-pass" = {
|
||||
owner = "nextcloud";
|
||||
};
|
||||
|
||||
"restic-backup/poseidon-credentials" = {};
|
||||
"restic-backup/poseidon-password" = {};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue