diff --git a/hosts/nixos/nfss/system.nix b/hosts/nixos/nfss/system.nix index 30d8870..25c9dd1 100644 --- a/hosts/nixos/nfss/system.nix +++ b/hosts/nixos/nfss/system.nix @@ -156,13 +156,6 @@ plex.enable = true; }; - # Samba file sharing - services.samba-custom = { - sharedPath = "/home/yanlin/Downloads"; - shareName = "Downloads"; - user = "yanlin"; - }; - # Borg backup configuration services.borg-client-custom = { enable = true;