From 5f7a5f5e362775b0ea711533867edee4e735f820 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Wed, 4 Feb 2026 22:07:10 +0100 Subject: [PATCH] remove samba from nfss --- hosts/nixos/nfss/system.nix | 7 ------- 1 file changed, 7 deletions(-) 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;