secrets: move nextcloud secrets to agenix

This commit is contained in:
Antoine Martin 2022-03-11 18:42:51 +01:00
parent 2908bbb887
commit 4cc2f41066
8 changed files with 19 additions and 5 deletions

View file

@ -117,6 +117,7 @@ in
nextcloud = {
enable = true;
adminpassFile = config.age.secrets."nextcloud/admin-pass".path;
};
nuage = {

View file

@ -17,6 +17,10 @@
owner = "matrix-synapse";
};
"nextcloud/admin-pass" = {
owner = "nextcloud";
};
"restic-backup/poseidon-credentials" = {};
"restic-backup/poseidon-password" = {};