FIX kdeconnect for laptop

main
Alexandre LUCAZEAU 2023-07-23 16:05:47 +02:00
parent b033f64e7f
commit 1fd60ef277
2 changed files with 1 additions and 15 deletions

View File

@ -67,6 +67,7 @@
linphone
graphviz
evince
kdeconnect
];
nixpkgs.config.permittedInsecurePackages = [
"ferdi-5.8.1"

View File

@ -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
];
};
}