From a9bd6c5fdaf4f985e03f757d8084dbdfa32c6eee Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Sat, 2 Dec 2023 18:20:32 -0800 Subject: [PATCH] small maintenance --- home.nix | 2 +- hosts/desktop/default.nix | 3 ++- modules/hyprland/monitors.nix | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/home.nix b/home.nix index e3d2bac..985be8b 100644 --- a/home.nix +++ b/home.nix @@ -61,7 +61,7 @@ let pkgs-stable.kicad # PCB design krita # Raster drawing pkgs-stable.libreoffice-fresh # Office editing - pkgs-stable.makemkv # blue-ray + dvd -> mkv + makemkv # blue-ray + dvd -> mkv pkgs-stable.obsidian # Markdown and notes qalculate-gtk # unit-friendly calculator qlcplus # LED xlr control program diff --git a/hosts/desktop/default.nix b/hosts/desktop/default.nix index b434cff..f46da90 100644 --- a/hosts/desktop/default.nix +++ b/hosts/desktop/default.nix @@ -11,7 +11,8 @@ firewall = { checkReversePath = "loose"; trustedInterfaces = [ "tailscale0" ]; - allowedUDPPorts = [ config.services.tailscale.port ]; + allowedUDPPorts = [ config.services.tailscale.port 11100]; + allowedTCPPorts = [ 11100 ]; }; nameservers = ["10.0.0.183" "1.1.1.1"]; diff --git a/modules/hyprland/monitors.nix b/modules/hyprland/monitors.nix index f6d535a..5bc0041 100644 --- a/modules/hyprland/monitors.nix +++ b/modules/hyprland/monitors.nix @@ -11,6 +11,7 @@ let env = XDG_SESSION_TYPE,wayland env = GBM_BACKEND,nvidia-drm env = WLR_NO_HARDWARE_CURSORS,1 + env = SIGNAL_USE_WAYLAND,1 '' else if (hostname == "NicksNixLaptop") then ''