Removed barrier
This commit is contained in:
parent
b2383b865a
commit
9536b2a174
@ -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
|
||||
|
@ -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
|
||||
|
@ -3,7 +3,7 @@
|
||||
{
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [ 53317 24800 ];
|
||||
allowedUDPPorts = [ 53317 24800 ];
|
||||
allowedTCPPorts = [ 53317 ];
|
||||
allowedUDPPorts = [ 53317 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user