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
-1
View File
@@ -21,7 +21,6 @@
lib.mkIf cfg.enable {
environment.systemPackages = [
cfg.package
pkgs.sshfs
];
networking.firewall = rec {
allowedTCPPortRanges = [ { from = 1714; to = 1764; } ];