From 9d4c48badbb09b73702896bba2dbd0f6e706335e Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Sat, 12 Aug 2023 23:16:26 -0600 Subject: [PATCH] Use Barrier --- common/pc/default.nix | 1 + machines/ray/default.nix | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/common/pc/default.nix b/common/pc/default.nix index a240a0d..0c26ffa 100644 --- a/common/pc/default.nix +++ b/common/pc/default.nix @@ -53,6 +53,7 @@ in joplin-desktop config.inputs.deploy-rs.packages.${config.currentSystem}.deploy-rs lxqt.pavucontrol-qt + barrier # For Nix IDE nixpkgs-fmt diff --git a/machines/ray/default.nix b/machines/ray/default.nix index b3c80b1..701f320 100644 --- a/machines/ray/default.nix +++ b/machines/ray/default.nix @@ -56,4 +56,9 @@ de.enable = true; de.touchpad.enable = true; + + networking.firewall.allowedTCPPorts = [ + # barrier + 24800 + ]; }