Unverified Commit 43f5b6ea authored by Marcel's avatar Marcel
Browse files

nixos/ipa: fix proper hostname handling



Co-authored-by: default avatarpsondej <patryk.sondej@grupawp.pl>
parent c5ae371f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
      '';