mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: kdeCONNEEEEEEEEEECT
This commit is contained in:
parent
6cb812d3ad
commit
0fef01bfe6
2 changed files with 17 additions and 0 deletions
6
home/profiles/graphical/kdeconnect.nix
Normal file
6
home/profiles/graphical/kdeconnect.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
_: {
|
||||
services.kdeconnect = {
|
||||
enable = true;
|
||||
indicator = true;
|
||||
};
|
||||
}
|
||||
11
nixos/profiles/graphical/kdeconnect.nix
Normal file
11
nixos/profiles/graphical/kdeconnect.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
_: {
|
||||
networking.firewall = rec {
|
||||
allowedTCPPortRanges = [
|
||||
{
|
||||
from = 1714;
|
||||
to = 1764;
|
||||
}
|
||||
];
|
||||
allowedUDPPortRanges = allowedTCPPortRanges;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue