Removed barrier

This commit is contained in:
xeovalyte 2024-03-26 19:50:08 +01:00
parent b2383b865a
commit 9536b2a174
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
{
imports = [
../../modules/home/desktop/hyprland
../../modules/home/programs/barrier.nix
# ../../modules/home/programs/barrier.nix
../../modules/home/programs/common.nix
../../modules/home/programs/firefox.nix
../../modules/home/programs/kitty.nix

View File

@ -3,7 +3,7 @@
{
imports = [
../../modules/home/desktop/hyprland
../../modules/home/programs/barrier.nix
# ../../modules/home/programs/barrier.nix
../../modules/home/programs/common.nix
../../modules/home/programs/firefox.nix
../../modules/home/programs/git.nix

View File

@ -3,7 +3,7 @@
{
networking.firewall = {
enable = true;
allowedTCPPorts = [ 53317 24800 ];
allowedUDPPorts = [ 53317 24800 ];
allowedTCPPorts = [ 53317 ];
allowedUDPPorts = [ 53317 ];
};
}