kde connect fix
This commit is contained in:
parent
7edc9f90b5
commit
372af485aa
1 changed files with 6 additions and 0 deletions
|
@ -13,5 +13,11 @@ in
|
|||
# kdeconnect
|
||||
#];
|
||||
programs.kdeconnect.enable = true;
|
||||
allowedTCPPortRanges = [
|
||||
{ from = 1714; to = 1764; } # KDE Connect
|
||||
];
|
||||
allowedUDPPortRanges = [
|
||||
{ from = 1714; to = 1764; } # KDE Connect
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue