secrets: move transmission secret to agenix

This commit is contained in:
Antoine Martin 2022-03-11 18:14:50 +01:00
parent 540968627c
commit 165b30ef9c
8 changed files with 18 additions and 9 deletions

View file

@ -142,7 +142,7 @@ in
transmission = {
enable = true;
username = "alarsyo";
password = secrets.transmission-password;
secretConfigFile = config.age.secrets."transmission/secret".path;
};
};

View file

@ -17,6 +17,10 @@
owner = "matrix-synapse";
};
"transmission/secret" = {
owner = "transmission";
};
"users/alarsyo-hashed-password" = {};
"users/root-hashed-password" = {};
};