Samba: Difference between revisions

imported>Fleaz
m add missing trailing dot to allow subnet definition
imported>Delroth
No edit summary
Line 9: Line 9:
<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
{
{
  # For mount.cifs, required unless domain name resolution is not needed.
  environment.systemPackages = [ pkgs.cifs-utils ];
   fileSystems."/mnt/share" = {
   fileSystems."/mnt/share" = {
       device = "//<IP_OR_HOST>/path/to/share";
       device = "//<IP_OR_HOST>/path/to/share";