transmission: setup service

This commit is contained in:
Antoine Martin 2021-02-19 22:29:04 +01:00
parent 67523e7e31
commit cdf8695794
6 changed files with 75 additions and 0 deletions

View file

@ -109,6 +109,12 @@ in
postgresql-backup = {
enable = true;
};
transmission = {
enable = true;
username = "alarsyo";
password = secrets.transmission-password;
};
};
security.acme.acceptTerms = true;