security.ipa.ipaHostname

NixOS option

Fully-qualified hostname used to identify this host in the IPA domain.

type: string
Default
if config.networking.domain != null then config.networking.fqdn
else "${networking.hostName}.${security.ipa.domain}"
Example
"myworkstation.example.com"
declared in: nixos/modules/security/ipa.nixView source on NixOS/nixpkgs →