From 7e97c3e2c964f479f18652f4d2152ef4475bd256 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 5 Jun 2025 16:33:20 +0200 Subject: [PATCH] hades: disable transmission Build fails because of some miniupnp error, waiting on the fix to reach nixos-25.05 --- hosts/hades/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hades/default.nix b/hosts/hades/default.nix index dbbff5c..6888b59 100644 --- a/hosts/hades/default.nix +++ b/hosts/hades/default.nix @@ -143,7 +143,7 @@ in { }; transmission = { - enable = true; + enable = false; username = "alarsyo"; };