Skip to content

Commit

Permalink
nixos/network-filesystems/samba: fix eval
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Sep 15, 2024
1 parent f1dfc8d commit b4b8ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/network-filesystems/samba.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; };
Expand Down

0 comments on commit b4b8ef5

Please sign in to comment.