personal-gui: Open kdeconnect ports

This commit is contained in:
traxys 2024-02-29 21:42:33 +01:00
parent 4252e32afd
commit 1559336ac5

View file

@ -13,6 +13,22 @@
};
};
networking.firewall = {
enable = true;
allowedTCPPortRanges = [
{
from = 1714;
to = 1764;
} # KDE Connect
];
allowedUDPPortRanges = [
{
from = 1714;
to = 1764;
} # KDE Connect
];
};
services.gnome.gnome-keyring.enable = true;
services.flatpak.enable = true;