From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco van Hulten Subject: Re: set dnsdomainname Date: Tue, 5 Mar 2019 19:44:58 +0100 Message-ID: <20190305194441.459e7b7b@jasniac.instanton> References: <20190305113013.2c1821a5@gfi063209.klientdrift.uib.no> Reply-To: Marco van Hulten Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:58676) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h1F4P-0008FR-D9 for help-guix@gnu.org; Tue, 05 Mar 2019 13:45:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h1F4J-0001nk-RX for help-guix@gnu.org; Tue, 05 Mar 2019 13:45:37 -0500 Received: from alfons.uib.no ([2001:700:200:30::141]:60379) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h1F4C-0008F1-0S for help-guix@gnu.org; Tue, 05 Mar 2019 13:45:30 -0500 Received: from alfux.uib.no (smtp.uib.no) [2001:700:200:6::a:1f0c] by alfons.uib.no for help-guix@gnu.org with esmtp (Exim 4.90_1) id 1h1F3l-001PSg-ME; Tue, 05 Mar 2019 19:45:02 +0100 Received: from 200.134.164.82.customer.cdi.no (jasniac.instanton) [82.164.134.200]:54087 by smtp.uib.no for help-guix@gnu.org with esmtpsa (Exim 4.90_1) id 1h1F3k-00052F-G5; Tue, 05 Mar 2019 19:45:00 +0100 In-Reply-To: <20190305113013.2c1821a5@gfi063209.klientdrift.uib.no> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Je 5 mrt 11:30 skribis Marco: > Hello Guix=E2=80=94 >=20 > 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? >=20 > 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: >=20 > ddns-updates on; > ddns-domainname "instanton"; >=20 > But it doesn't get picked up by the GuixSD client system. >=20 > Is there a way to specify full hostname(1) information (`hostname > --fqdn`, `dnsdomainname`) in Guix' system configuration? I found that one can edit /etc/hosts , starting with something like: 127.0.0.1 localhost 127.0.1.1 myhost.mydomain myhost but of course this is overwritten by the Guix system (at reboot). =E2=80=94Marco