Changed barrier configuration
This commit is contained in:
parent
7504fa4f48
commit
b2383b865a
@ -4,12 +4,12 @@
|
||||
services.barrier.client =
|
||||
if hostName == "xv-desktop"
|
||||
then {
|
||||
enable = true;
|
||||
enable = false;
|
||||
}
|
||||
else { enable = false; };
|
||||
else { enable = true; };
|
||||
|
||||
|
||||
home.packages = if hostName == "xv-laptop" then with pkgs; [
|
||||
home.packages = if hostName == "xv-desktop" then with pkgs; [
|
||||
barrier
|
||||
] else [];
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
{
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [ 53317 ];
|
||||
allowedUDPPorts = [ 53317 ];
|
||||
allowedTCPPorts = [ 53317 24800 ];
|
||||
allowedUDPPorts = [ 53317 24800 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user