sombrero: add transmission

This commit is contained in:
Alexander Heldt
2023-01-08 14:45:52 +01:00
parent 9b8287c9c9
commit 6f306407b1

View File

@@ -72,6 +72,29 @@
enable = true;
ports = [ 1122 ];
};
transmission = {
enable = true;
openFirewall = true;
openRPCPort = true;
settings.rpc-bind-address = "0.0.0.0";
user = "alex";
group = "users";
home = "/home/alex/media/ts-home";
downloadDirPermissions = "775";
settings = {
incomplete-dir = "/home/alex/media/incomplete";
download-dir = "/home/alex/media";
rpc-authentication-required = true;
rpc-whitelist-enabled = false;
rpc-username = "transmission";
rpc-password = "{55d884e4042db67313da49e05d7089a368eb64b3Br.3X.Xi";
};
};
};
users = {
@@ -95,6 +118,7 @@
mkpasswd
vim
git
transmission
];
# Copy the NixOS configuration file and link it from the resulting system