mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
fixed kdeconnect ports
This commit is contained in:
parent
a38e174136
commit
64ca883018
|
@ -9,6 +9,8 @@
|
|||
};
|
||||
networking = {
|
||||
hostName = "thinkpad";
|
||||
firewall.allowedTCPPortRanges = [ { from = 1714; to = 1764; } ]; # open ports for kde connect
|
||||
firewall.allowedUDPPortRanges = [ { from = 1714; to = 1764; } ];
|
||||
wireless = {
|
||||
enable = true;
|
||||
userControlled.enable = true;
|
||||
|
|
Loading…
Reference in a new issue