moving transmission to home

This commit is contained in:
Ivan Dimitrov 2023-10-07 13:57:55 +03:00
parent 2c1cd4962f
commit 32933bad34
2 changed files with 1 additions and 9 deletions

View File

@ -24,7 +24,7 @@
gopass gopass
pavucontrol pavucontrol
bat bat
trashy transmission
yewtube yewtube
lolcat lolcat
ffmpeg ffmpeg

View File

@ -135,13 +135,5 @@
alsa.enable = true; alsa.enable = true;
pulse.enable = true; pulse.enable = true;
}; };
transmission = {
enable = true;
openRPCPort = true;
settings = {
rpc-bind-address = "0.0.0.0";
rpc-whitelist = "127.0.0.1";
};
};
}; };
} }