mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-05-03 20:05:53 +02:00
8 lines
124 B
Nix
8 lines
124 B
Nix
{pkgs, ...}:
|
|
{
|
|
environment.systemPackages = [
|
|
pkgs.barrier
|
|
];
|
|
|
|
networking.firewall.allowedTCPPorts = [ 24800 ];
|
|
}
|