Samba: Difference between revisions
imported>Onny Restructuring page and cleanup |
imported>Onny mNo edit summary |
||
| Line 3: | Line 3: | ||
== Server setup == | == Server setup == | ||
Example setup for creating a public guest share called <code>public</code> and a private share called <code>private</code> | Example setup for creating a public guest share called <code>public</code> and a private share called <code>private</code>. | ||
{{file|/etc/nixos/configuration.nix|nix|<nowiki> | {{file|/etc/nixos/configuration.nix|nix|<nowiki> | ||
| Line 55: | Line 55: | ||
networking.firewall.allowPing = true; | networking.firewall.allowPing = true; | ||
</nowiki>}} | </nowiki>}} | ||
The <code>samba-wsdd</code> service is used to advertise the shares to Windows hosts. | |||
=== User Authentication === | === User Authentication === | ||