Skip to content

Commit

Permalink
beegfs/module: Fix a typo in meta.conf generation (#40979) (#44326)
Browse files Browse the repository at this point in the history
This typo places mgtmd.extraConf in meta.conf
leading to meta.extraConf being ignored.
  • Loading branch information
markuskowa authored and xeji committed Aug 2, 2018
1 parent 18401b9 commit 728c28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/network-filesystems/beegfs.nix
Expand Up @@ -31,7 +31,7 @@ let
connPortShift = ${toString cfg.connPortShift}
storeAllowFirstRunInit = false
${cfg.mgmtd.extraConfig}
${cfg.meta.extraConfig}
'';

configStorage = name: cfg: pkgs.writeText "storage-${name}.conf" ''
Expand Down

0 comments on commit 728c28f

Please sign in to comment.