1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

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 {
environment.systemPackages = [
cfg.package
pkgs.sshfs
];
networking.firewall = rec {
allowedTCPPortRanges = [ { from = 1714; to = 1764; } ];