From b244546935672b604ab9e46bbb4284638dbef509 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Fri, 30 Jun 2023 13:45:31 +0200 Subject: stuff --- configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 85ba615..a0a3032 100644 --- a/configuration.nix +++ b/configuration.nix @@ -5,7 +5,7 @@ }: { users.users.mike = { isNormalUser = true; - extraGroups = ["wheel" "networkmanager" "docker"]; + extraGroups = ["wheel" "networkmanager" "docker" "transmission"]; }; virtualisation.docker.enable = true; @@ -120,6 +120,10 @@ pulse.enable = true; }; + services.transmission = { + enable = true; + }; + hardware.bluetooth.enable = true; services.blueman.enable = true; -- cgit v1.2.3