mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-04-04 03:17:28 +02:00
personal-gui: Open kdeconnect ports
This commit is contained in:
parent
4252e32afd
commit
1559336ac5
1 changed files with 16 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue