This commit is contained in:
Sakooooo 2023-07-30 01:09:38 +03:00
parent 0072df3b51
commit e5579eef1b
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -9,6 +9,8 @@ in
};
config = mkIf cfg.enable {
services.transmission = {
enable = true;
};
};
}