1
Fork 0
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:
TheGeneralist 2026-04-14 18:41:11 +02:00
parent 181b787ce5
commit 374659da9e
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
5 changed files with 7 additions and 7 deletions

View file

@ -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;