summaryrefslogtreecommitdiff
path: root/hosts/moyo/samba
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-05-07 15:42:25 -0400
committerAndrew Opalach <andrew@akon.city> 2025-05-07 15:42:25 -0400
commitf94b0f1370d4633cba8397642e809bc39d4461f8 (patch)
treeb8dd8ed889d8c7d4f7383490ee86fb87e04deffc /hosts/moyo/samba
parent4366ae6eb9a4f3db04a3ea5323eb2f18bedef630 (diff)
downloaddotfiles-f94b0f1370d4633cba8397642e809bc39d4461f8.tar.gz
dotfiles-f94b0f1370d4633cba8397642e809bc39d4461f8.tar.bz2
dotfiles-f94b0f1370d4633cba8397642e809bc39d4461f8.zip
Add some gentoo host files
Diffstat (limited to 'hosts/moyo/samba')
-rw-r--r--hosts/moyo/samba/smb.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/hosts/moyo/samba/smb.conf b/hosts/moyo/samba/smb.conf
new file mode 100644
index 0000000..6716277
--- /dev/null
+++ b/hosts/moyo/samba/smb.conf
@@ -0,0 +1,23 @@
+[global]
+ workgroup = AKONCITY
+ map to guest = Bad User
+ server string = Local Samba Server
+ server role = standalone server
+ hosts allow = 192.168.1. 127.
+ log file = /var/log/samba/log.%m
+ max log size = 50
+ passdb backend = tdbsam
+ allow insecure wide links = yes
+ kernel oplocks = yes
+ acl allow execute always = yes
+
+[code]
+ comment = code
+ path = /srv/nfs/c
+ valid users = andrew
+ guest ok = no
+ browseable = yes
+ writable = yes
+ public = no
+ follow symlinks = yes
+ wide links = yes