7 lines
196 B
Nix
7 lines
196 B
Nix
{
|
|
# networking.firewall = {
|
|
# allowedTCPPortRanges = [{ from = 1714; to = 1764; }];
|
|
# allowedUDPPortRanges = [{ from = 1714; to = 1764; }];
|
|
# };
|
|
programs.kdeconnect.enable = true;
|
|
}
|