secrets: move transmission secret to agenix
This commit is contained in:
parent
540968627c
commit
165b30ef9c
8 changed files with 18 additions and 9 deletions
|
|
@ -142,7 +142,7 @@ in
|
|||
transmission = {
|
||||
enable = true;
|
||||
username = "alarsyo";
|
||||
password = secrets.transmission-password;
|
||||
secretConfigFile = config.age.secrets."transmission/secret".path;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -17,6 +17,10 @@
|
|||
owner = "matrix-synapse";
|
||||
};
|
||||
|
||||
"transmission/secret" = {
|
||||
owner = "transmission";
|
||||
};
|
||||
|
||||
"users/alarsyo-hashed-password" = {};
|
||||
"users/root-hashed-password" = {};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue