transmission: setup service
This commit is contained in:
parent
67523e7e31
commit
cdf8695794
6 changed files with 75 additions and 0 deletions
|
|
@ -109,6 +109,12 @@ in
|
|||
postgresql-backup = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
transmission = {
|
||||
enable = true;
|
||||
username = "alarsyo";
|
||||
password = secrets.transmission-password;
|
||||
};
|
||||
};
|
||||
|
||||
security.acme.acceptTerms = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue