From 88725fe522922f93fa222ae8f6794aeefe36285d Mon Sep 17 00:00:00 2001 From: David Lick Date: Wed, 16 Aug 2023 21:19:57 -0400 Subject: [PATCH] add transmission --- machines/configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/machines/configuration.nix b/machines/configuration.nix index 86f5d74..5627453 100644 --- a/machines/configuration.nix +++ b/machines/configuration.nix @@ -18,6 +18,7 @@ freecad element-desktop timeshift + transmission-qt unison ]; }; @@ -94,6 +95,7 @@ }; services = { + mullvad-vpn.enable = true; printing = { enable = true; }; @@ -105,6 +107,13 @@ }; pulse.enable = true; }; + transmission = { + enable = true; + user = "transmission"; + group = "transmission"; + openFirewall = true; + openRPCPort = true; + }; udev.packages = with pkgs; [ gnome.gnome-settings-daemon ];