add samba to nfss

This commit is contained in:
Yan Lin 2026-01-09 17:52:46 +01:00
parent 575652a10f
commit 495d935efd

View file

@ -5,6 +5,7 @@
../../../modules/tailscale.nix ../../../modules/tailscale.nix
../../../modules/login-display.nix ../../../modules/login-display.nix
../../../modules/media-server.nix ../../../modules/media-server.nix
../../../modules/samba.nix
]; ];
# GRUB bootloader with ZFS support # GRUB bootloader with ZFS support
@ -132,4 +133,11 @@
deluge.enable = true; deluge.enable = true;
}; };
# Samba file sharing
services.samba-custom = {
sharedPath = "/home/yanlin/Downloads";
shareName = "Downloads";
user = "yanlin";
};
} }