diff --git a/nixos/modules/services/network-filesystems/orangefs/server.nix b/nixos/modules/services/network-filesystems/orangefs/server.nix index 99d7b27011c2..6e5a356b97fc 100644 --- a/nixos/modules/services/network-filesystems/orangefs/server.nix +++ b/nixos/modules/services/network-filesystems/orangefs/server.nix @@ -7,7 +7,7 @@ let cfg = config.services.orangefs.server; - aliases = lib.mapAttrsToList (alias: url: alias) cfg.servers; + aliases = lib.attrNames cfg.servers; # Maximum handle number is 2^63 maxHandle = 9223372036854775806;