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;
};
};