FIX kdeconnect for laptop
This commit is contained in:
parent
b033f64e7f
commit
1fd60ef277
|
@ -67,6 +67,7 @@
|
|||
linphone
|
||||
graphviz
|
||||
evince
|
||||
kdeconnect
|
||||
];
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"ferdi-5.8.1"
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
{ pkgs, ... }: {
|
||||
|
||||
services.kdeconnect = {
|
||||
enable = true;
|
||||
};
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
allowedTCPPortRanges = [
|
||||
{ from = 1714; to = 1764; } # KDE Connect
|
||||
];
|
||||
allowedUDPPortRanges = [
|
||||
{ from = 1714; to = 1764; } # KDE Connect
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue