diff --git a/users/jalr/modules/vesc-tool.nix b/users/jalr/modules/vesc-tool.nix index 16daa17..3b5d90b 100644 --- a/users/jalr/modules/vesc-tool.nix +++ b/users/jalr/modules/vesc-tool.nix @@ -1,6 +1,6 @@ { nixosConfig, lib, pkgs, ... }: -lib.mkIf nixosConfig.jalr.gui.enable { +lib.mkIf (nixosConfig.jalr.gui.enable && nixosConfig.networking.hostName == "copper") { home.packages = with pkgs; [ vesc-tool ]; xdg.dataFile."VESC/firmware".source = pkgs.bldc-fw.override { fwBoards = [