From cd05295f56cb42ad5cc207e01806c394eaca1341 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Fri, 29 Sep 2023 11:16:56 +0300 Subject: [PATCH] asus: disable transmission --- nixos/hosts/asus-gl553vd/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/hosts/asus-gl553vd/default.nix b/nixos/hosts/asus-gl553vd/default.nix index 76f33bb..c7bcae9 100644 --- a/nixos/hosts/asus-gl553vd/default.nix +++ b/nixos/hosts/asus-gl553vd/default.nix @@ -74,5 +74,6 @@ privateKeyFile = config.age.secrets.wireguard-asus-gl553vd-private.path; }; - services.transmission.enable = true; + # Torrent + # services.transmission.enable = true; }