about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorNaxdy <naxdy@naxdy.org>2024-05-16 21:48:34 +0200
committerNaxdy <naxdy@naxdy.org>2024-05-16 21:48:34 +0200
commita765cd4a701923ea2e3d7b71914f950516f10727 (patch)
tree374dfc149fd77627bd0a16bd47d555eec7c7e67c /nixos
parent0901e5a6ff00c65dd599a30ab28a7da21052f696 (diff)
nixos/kdeconnect: don't install `sshfs`
see https://github.com/NixOS/nixpkgs/pull/311269 - it's now hardcoded
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/programs/kdeconnect.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/programs/kdeconnect.nix b/nixos/modules/programs/kdeconnect.nix
index dbdff1e447c5c..76bba40103084 100644
--- a/nixos/modules/programs/kdeconnect.nix
+++ b/nixos/modules/programs/kdeconnect.nix
@@ -21,7 +21,6 @@
       lib.mkIf cfg.enable {
         environment.systemPackages = [
           cfg.package
-          pkgs.sshfs
         ];
         networking.firewall = rec {
           allowedTCPPortRanges = [ { from = 1714; to = 1764; } ];