From 2a15c8e8ad52f727e42a3bbef35201ee782be975 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sun, 15 Feb 2026 21:10:01 +0100 Subject: [PATCH] expose download folder on nfss samba --- hosts/nixos/nfss/system.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/nixos/nfss/system.nix b/hosts/nixos/nfss/system.nix index 31b1c3d..83274b6 100644 --- a/hosts/nixos/nfss/system.nix +++ b/hosts/nixos/nfss/system.nix @@ -145,6 +145,7 @@ services.samba-custom.shares = { DCIM = "/mnt/storage/DCIM"; + Downloads = "/home/yanlin/Downloads"; }; # Borg backup configuration