security.ipa.shells
NixOS option
List of shells which binaries should be installed to /bin/. FreeIPA typicly configures somesthing like /bin/bash into the users shell attribute.
type: list of packageDefault
declared in: nixos/modules/security/ipa.nixView source on NixOS/nixpkgs →with pkgs; [ bash zsh ];