0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

Merge pull request #312292 from Naxdy/work/kdeconnect-module-sshfs

nixos/kdeconnect: don't install `sshfs`
This commit is contained in:
K900 2024-05-17 07:23:57 +03:00 committed by GitHub
commit 5233d62dcc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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