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 package
Default
with pkgs; [ bash zsh ];
declared in: nixos/modules/security/ipa.nixView source on NixOS/nixpkgs →