Skip to content

Commit

Permalink
nixos/samba: remove space in "[ global ]" heading
Browse files Browse the repository at this point in the history
Use consistent no-space style. (All documentation I've seen use no
space, and the generated section headings from the NixOS module also use
no space.)

(cherry picked from commit fc02a02)
  • Loading branch information
bjornfor committed Sep 12, 2017
1 parent 5f16545 commit 726c294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/network-filesystems/samba.nix
Expand Up @@ -28,7 +28,7 @@ let
configFile = pkgs.writeText "smb.conf"
(if cfg.configText != null then cfg.configText else
''
[ global ]
[global]
security = ${cfg.securityType}
passwd program = /run/wrappers/bin/passwd %u
pam password change = ${smbToString cfg.syncPasswordsByPam}
Expand Down

0 comments on commit 726c294

Please sign in to comment.