programs/kdeconnect: install sshfs
This commit is contained in:
parent
c45e6f9dac
commit
bc910886a1
1 changed files with 4 additions and 1 deletions
|
@ -20,7 +20,10 @@ with lib;
|
||||||
cfg = config.programs.kdeconnect;
|
cfg = config.programs.kdeconnect;
|
||||||
in
|
in
|
||||||
mkIf cfg.enable {
|
mkIf cfg.enable {
|
||||||
environment.systemPackages = [ cfg.package ];
|
environment.systemPackages = [
|
||||||
|
cfg.package
|
||||||
|
pkgs.sshfs
|
||||||
|
];
|
||||||
networking.firewall = rec {
|
networking.firewall = rec {
|
||||||
allowedTCPPortRanges = [ { from = 1714; to = 1764; } ];
|
allowedTCPPortRanges = [ { from = 1714; to = 1764; } ];
|
||||||
allowedUDPPortRanges = allowedTCPPortRanges;
|
allowedUDPPortRanges = allowedTCPPortRanges;
|
||||||
|
|
Loading…
Reference in a new issue