help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: set dnsdomainname


From: Tobias Geerinckx-Rice
Subject: Re: set dnsdomainname
Date: Wed, 06 Mar 2019 10:21:13 +0100

Giovanni, Marco,

Giovanni Biscuolo wrote:
I'd prefer setting the contents "inline" declaring each hosts
record... but I don't know how to do it

Probably easier than you thought!

 (host-name "lapdog.tobias.gr")
;; This creates a file /gnu/store/…-hosts and links it as /etc/hosts.
 (hosts-file (plain-file "hosts "\
127.0.0.1 lapdog.tobias.gr localhost
::1       lapdog.tobias.gr localhost
"))

Doing it in Scheme also allows one to factor out some of that ugly repetition, if I'd bother.

Kind regards,

T G-R



reply via email to

[Prev in Thread] Current Thread [Next in Thread]