From 17cb24121e803af507d97c3508a6d0082b05bed7 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Sun, 5 May 2024 14:35:49 +0200 Subject: [PATCH] Remove samba with plasma require ceph 18.2.1 (not in cache) and samba 4.20 (recompiled) --- modules/plasma.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/plasma.nix b/modules/plasma.nix index 1665299..75fc4eb 100644 --- a/modules/plasma.nix +++ b/modules/plasma.nix @@ -14,7 +14,5 @@ environment.systemPackages = with pkgs; with kdePackages; [ krfb # Use by kdeconnect for virtualmonitorplugin "krfb-virtualmonitor" - kdenetwork-filesharing # Use to share with samba from dolphin - samba4Full # Required for kdenetwork-filesharing ]; }