programs/kdeconnect: install sshfs

This commit is contained in:
Naxdy 2024-03-02 17:51:04 +01:00
parent c45e6f9dac
commit bc910886a1
No known key found for this signature in database
GPG Key ID: C0437AAE9755550F

View File

@ -20,7 +20,10 @@ with lib;
cfg = config.programs.kdeconnect;
in
mkIf cfg.enable {
environment.systemPackages = [ cfg.package ];
environment.systemPackages = [
cfg.package
pkgs.sshfs
];
networking.firewall = rec {
allowedTCPPortRanges = [ { from = 1714; to = 1764; } ];
allowedUDPPortRanges = allowedTCPPortRanges;