mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-11 01:06:19 +02:00
fixed kdeconnect ports
This commit is contained in:
parent
a38e174136
commit
64ca883018
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
||||||
};
|
};
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "thinkpad";
|
hostName = "thinkpad";
|
||||||
|
firewall.allowedTCPPortRanges = [ { from = 1714; to = 1764; } ]; # open ports for kde connect
|
||||||
|
firewall.allowedUDPPortRanges = [ { from = 1714; to = 1764; } ];
|
||||||
wireless = {
|
wireless = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userControlled.enable = true;
|
userControlled.enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue