nixos/network-filesystems/samba: fix eval
This commit is contained in:
parent
f1dfc8d363
commit
b4b8ef5bb6
@ -3,7 +3,7 @@ let
|
||||
cfg = config.services.samba;
|
||||
|
||||
settingsFormat = pkgs.formats.ini {
|
||||
listToValue = lib.concatMapStringsSep " " (generators.mkValueStringDefault { });
|
||||
listToValue = lib.concatMapStringsSep " " (lib.generators.mkValueStringDefault { });
|
||||
};
|
||||
# Ensure the global section is always first
|
||||
globalConfigFile = settingsFormat.generate "smb-global.conf" { global = cfg.settings.global; };
|
||||
|
Loading…
Reference in New Issue
Block a user