nixos/kdeconnect: don't install sshfs

see https://github.com/NixOS/nixpkgs/pull/311269 - it's now hardcoded
This commit is contained in:
Naxdy 2024-05-16 21:48:34 +02:00
parent 0901e5a6ff
commit a765cd4a70
No known key found for this signature in database
GPG Key ID: CC15075846BCE91B

View File

@ -21,7 +21,6 @@
lib.mkIf cfg.enable { lib.mkIf cfg.enable {
environment.systemPackages = [ environment.systemPackages = [
cfg.package cfg.package
pkgs.sshfs
]; ];
networking.firewall = rec { networking.firewall = rec {
allowedTCPPortRanges = [ { from = 1714; to = 1764; } ]; allowedTCPPortRanges = [ { from = 1714; to = 1764; } ];