Skip to content
Snippets Groups Projects
Commit 9161c77a authored by Tom Prince's avatar Tom Prince
Browse files

Use `networking.fqdn` to define `targetHost`, rather than constructing it ourselves.

parent 0df20d48
No related branches found
No related tags found
2 merge requests!228merge develop into production,!183Use `networking.fqdn` to define `targetHost`, rather than constructing it ourselves.
......@@ -31,7 +31,7 @@
# being configured and using variable names complicates a lot of things).
# Instead, just tell morph how to reach the node here - by using its fully
# qualified domain name.
deployment.targetHost = "${config.networking.hostName}.${config.networking.domain}";
deployment.targetHost = config.networking.fqdn;
assertions = [
# This is a check to save somebody in the future trying to debug why
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment