Update scripts and deploy with gnu stow

This commit is contained in:
2025-06-11 20:56:19 -04:00
parent f66c7a03c2
commit 537f23077e
37 changed files with 903 additions and 677 deletions

22
stow/etc/samba/smb.conf Normal file
View File

@@ -0,0 +1,22 @@
[global]
workgroup = WORKGROUP
server string = Samba Server %v
netbios name = hartmanlab
security = user
map to guest = bad user
dns proxy = no
#============================ Share Definitions ==============================
[data]
path = /mnt/data
valid users = @smbgrp
browseable = yes
writeable = yes
guest ok = no
# Special homes share (do not edit!)
[homes]
comment = Home Directories
browseable = yes
valid users = %S
writeable = yes