Samba: Difference between revisions

imported>Jaculabilis
m Add smbpasswd command needed to access shares when setting up the smb server
imported>Artturin
sambaMaster does not exist anymore
Line 149: Line 149:
=== Use Cases ===
=== Use Cases ===
==== Apple Time Machine ====
==== Apple Time Machine ====
nixpkgs includes Samba4.8-git, which adds support for using shares for Time Machine backups on macOS 10.12+.
Example configuration:
Example configuration:
<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
services.samba = {
services.samba = {
  package = pkgs.sambaMaster;
   shares = {
   shares = {
     tm_share = {
     tm_share = {