KDEConnect!
This commit is contained in:
parent
12aa874f97
commit
8fd0cc02f6
2 changed files with 11 additions and 0 deletions
|
|
@ -92,6 +92,7 @@
|
|||
};
|
||||
|
||||
services = {
|
||||
kdeconnect.enable = true;
|
||||
mbsync = {
|
||||
enable = true;
|
||||
frequency = "*:0/10";
|
||||
|
|
|
|||
|
|
@ -117,6 +117,16 @@ in
|
|||
|
||||
hardware.gkraken.enable = true;
|
||||
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
allowedTCPPortRanges = [
|
||||
{ from = 1714; to = 1764; } # KDE Connect
|
||||
];
|
||||
allowedUDPPortRanges = [
|
||||
{ from = 1714; to = 1764; } # KDE Connect
|
||||
];
|
||||
};
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||
|
|
|
|||
Loading…
Reference in a new issue