Skip to content

Commit fc02a02

Browse files
committedSep 12, 2017
nixos/samba: remove space in "[ global ]" heading
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.)
1 parent 2509b62 commit fc02a02

File tree

1 file changed

+1
-1
lines changed
  • nixos/modules/services/network-filesystems

1 file changed

+1
-1
lines changed
 

‎nixos/modules/services/network-filesystems/samba.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ let
2828
configFile = pkgs.writeText "smb.conf"
2929
(if cfg.configText != null then cfg.configText else
3030
''
31-
[ global ]
31+
[global]
3232
security = ${cfg.securityType}
3333
passwd program = /run/wrappers/bin/passwd %u
3434
pam password change = ${smbToString cfg.syncPasswordsByPam}

0 commit comments

Comments
 (0)
Please sign in to comment.