ma kdeconnect: init
This commit is contained in:
parent
9d5f48c288
commit
5cd6756ced
6
makefu/2configs/kdeconnect.nix
Normal file
6
makefu/2configs/kdeconnect.nix
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{pkgs, ... }:
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [ kdeconnect ];
|
||||||
|
networking.firewall.allowedUDPPortRanges = [ { from = 1714; to = 1764; } ];
|
||||||
|
networking.firewall.allowedTCPPortRanges = [ { from = 1714; to = 1764; } ];
|
||||||
|
}
|
@ -1,8 +0,0 @@
|
|||||||
{ networking.enableIPv6 = false;
|
|
||||||
boot.kernel.sysctl = {
|
|
||||||
"net.ipv6.conf.all.disable_ipv6" = 1;
|
|
||||||
"net.ipv6.conf.default.disable_ipv6" = 1;
|
|
||||||
"net.ipv6.conf.lo.disable_ipv6" = 1;
|
|
||||||
};
|
|
||||||
boot.kernelParams = [ "ipv6.disable=1" ];
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user