all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* set dnsdomainname
@ 2019-03-05 10:30 Marco van Hulten
  2019-03-05 18:44 ` Marco van Hulten
  0 siblings, 1 reply; 5+ messages in thread
From: Marco van Hulten @ 2019-03-05 10:30 UTC (permalink / raw)
  To: help-guix

Hello Guix—

I want `dnsdomainname` to be set on my system with GuixSD (because it
is used as a destination in my Postfix configuration).  How do I go
about this?

The system with GuixSD gets network information from my Debian 8 server
that runs the ISC DHCP server.  So I thought the best approach would be
to configure the DHCP server by adding this near the top of dhcpd.conf:

    ddns-updates on;
    ddns-domainname "instanton";

But it doesn't get picked up by the GuixSD client system.

Is there a way to specify full hostname(1) information (`hostname
--fqdn`, `dnsdomainname`) in Guix' system configuration?

—Marco

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-03-06 19:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-05 10:30 set dnsdomainname Marco van Hulten
2019-03-05 18:44 ` Marco van Hulten
2019-03-06  7:35   ` Giovanni Biscuolo
2019-03-06  9:21     ` Tobias Geerinckx-Rice
2019-03-06 19:23       ` Marco van Hulten

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.