Loading nixos/modules/security/ipa.nix +1 −1 Original line number Diff line number Diff line Loading @@ -152,7 +152,7 @@ in realm = ${cfg.realm} domain = ${cfg.domain} server = ${cfg.server} host = ${config.networking.hostName} host = ${cfg.ipaHostname} xmlrpc_uri = https://${cfg.server}/ipa/xml enable_ra = True ''; Loading Loading
nixos/modules/security/ipa.nix +1 −1 Original line number Diff line number Diff line Loading @@ -152,7 +152,7 @@ in realm = ${cfg.realm} domain = ${cfg.domain} server = ${cfg.server} host = ${config.networking.hostName} host = ${cfg.ipaHostname} xmlrpc_uri = https://${cfg.server}/ipa/xml enable_ra = True ''; Loading