fix??
This commit is contained in:
parent
372af485aa
commit
0ad6aeb91c
1 changed files with 8 additions and 6 deletions
|
@ -13,6 +13,7 @@ in
|
||||||
# kdeconnect
|
# kdeconnect
|
||||||
#];
|
#];
|
||||||
programs.kdeconnect.enable = true;
|
programs.kdeconnect.enable = true;
|
||||||
|
networking.fireall = {
|
||||||
allowedTCPPortRanges = [
|
allowedTCPPortRanges = [
|
||||||
{ from = 1714; to = 1764; } # KDE Connect
|
{ from = 1714; to = 1764; } # KDE Connect
|
||||||
];
|
];
|
||||||
|
@ -20,4 +21,5 @@ in
|
||||||
{ from = 1714; to = 1764; } # KDE Connect
|
{ from = 1714; to = 1764; } # KDE Connect
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue