mirror of
https://github.com/thegeneralist01/config.git
synced 2026-05-30 08:37:01 +02:00
update packages, nushell
This commit is contained in:
parent
181b787ce5
commit
374659da9e
5 changed files with 7 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{ pkgs, ... }: {
|
||||
services.tor = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
@ -16,6 +16,7 @@
|
|||
};
|
||||
services.transmission = {
|
||||
enable = true;
|
||||
package = pkgs.transmission_4;
|
||||
settings = {
|
||||
proxy = "socks5://127.0.0.1:9050"; # assuming tor daemon
|
||||
proxy-auth-enabled = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue