diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2023-06-30 13:45:31 +0200 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2023-06-30 13:45:31 +0200 |
| commit | b244546935672b604ab9e46bbb4284638dbef509 (patch) | |
| tree | b9ecc30dbd6d681745a4e9f2c713789425809c3d /configuration.nix | |
| parent | 702cdf6d41bc2bcd3fdad00ba49bb19f7fd36fb6 (diff) | |
stuff
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 6 |
1 files changed, 5 insertions, 1 deletions
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; |
