From c195c56668a5d6702dc8293d105b810cfb45de36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sun, 23 Jun 2024 00:48:31 +0200 Subject: [PATCH] Home Gen286 @ 2024-06-23-00:48 --- home/jonas/mqtt-explorer/mqtt-explorer.nix | 6 +++--- hosts/comfy-station/configuration.nix | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/home/jonas/mqtt-explorer/mqtt-explorer.nix b/home/jonas/mqtt-explorer/mqtt-explorer.nix index 35c9508..28a0c83 100644 --- a/home/jonas/mqtt-explorer/mqtt-explorer.nix +++ b/home/jonas/mqtt-explorer/mqtt-explorer.nix @@ -3,7 +3,7 @@ lib, fetchurl, appimageTools, - electron_29, + electron_25, makeWrapper, }: stdenv.mkDerivation rec { @@ -21,7 +21,7 @@ stdenv.mkDerivation rec { install -m 444 -D resources/app.asar $out/libexec/app.asar install -m 444 -D mqtt-explorer.png $out/share/icons/mqtt-explorer.png install -m 444 -D mqtt-explorer.desktop $out/share/applications/mqtt-explorer.desktop - makeWrapper ${electron_29}/bin/electron $out/bin/mqtt-explorer --add-flags $out/libexec/app.asar + makeWrapper ${electron_25}/bin/electron $out/bin/mqtt-explorer --add-flags $out/libexec/app.asar ''; meta = with lib; { description = "A comprehensive and easy-to-use MQTT Client"; @@ -36,6 +36,6 @@ stdenv.mkDerivation rec { url = "https://spdx.org/licenses/CC-BY-ND-4.0.html"; }; maintainers = [maintainers.yorickvp]; - inherit (electron_29.meta) platforms; + inherit (electron_25.meta) platforms; }; } diff --git a/hosts/comfy-station/configuration.nix b/hosts/comfy-station/configuration.nix index e78e8f0..0d6d0a6 100644 --- a/hosts/comfy-station/configuration.nix +++ b/hosts/comfy-station/configuration.nix @@ -129,6 +129,8 @@ # Enable networking networking.networkmanager.enable = true; + networking.firewall.enable = false; + # touchpad services.xserver.libinput.touchpad.naturalScrolling = true;