Deploy with stow

This commit is contained in:
2025-06-12 00:31:22 -04:00
parent 9c0ade560c
commit 5e80dc91b1
29 changed files with 149 additions and 44 deletions

22
config/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