From 0175049d38c8fbe8afa2a062bc239b8c36ec754c Mon Sep 17 00:00:00 2001 From: cnst Date: Sun, 27 Oct 2024 09:21:20 +0100 Subject: [PATCH] remove logitech from cnixpad --- hosts/cnixpad/modules.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/cnixpad/modules.nix b/hosts/cnixpad/modules.nix index d46eae3d..f7b14cff 100644 --- a/hosts/cnixpad/modules.nix +++ b/hosts/cnixpad/modules.nix @@ -30,7 +30,7 @@ }; }; logitech = { - enable = true; + enable = false; }; network = { enable = true;