unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* Examples of local-host-entries or hosts-service-type?
@ 2023-02-10 22:40 Sergiu Ivanov
  2023-02-10 23:37 ` Bruno Victal
  2023-02-11 11:46 ` Remco van 't Veer
  0 siblings, 2 replies; 14+ messages in thread
From: Sergiu Ivanov @ 2023-02-10 22:40 UTC (permalink / raw)
  To: help-guix

Hello Guix,

I am reconfiguring my system right now, and guix system reconfigure
/etc/config.scm tells me this:

/etc/config.scm:126:27: warning: 'local-host-aliases' is deprecated, use 'local-host-entries' instead
/etc/config.scm:126:27: warning: 'local-host-aliases' is deprecated, use 'local-host-entries' instead
/etc/config.scm:124:14: warning: the 'hosts-file' field is deprecated, please use 'hosts-service-type' instead

For the record, here are the lines guix system reconfigure is
complaining about:

(hosts-file (plain-file "hosts"
			(string-append
			 (local-host-aliases host-name)
			 "some.ip.address.1 machine1\n"
			 "some.other.ip.address machine2\n")))

I spent quite some time trying to find some examples of using
local-host-entries or hosts-service-type, but I don't seem to find any
mention of these.  Quite on the contrary, the Guix manual actually seems
to advice declarations similar to those which I have in my
/etc/config.scm.

Could someone point me to an example of how I should update
my configuration?

-
Sergiu


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

end of thread, other threads:[~2023-03-03 16:17 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-10 22:40 Examples of local-host-entries or hosts-service-type? Sergiu Ivanov
2023-02-10 23:37 ` Bruno Victal
2023-02-11 11:46 ` Remco van 't Veer
2023-02-13 10:49   ` Sergiu Ivanov
2023-02-14  9:34     ` Remco van 't Veer
2023-02-21 15:33   ` Gary Johnson
2023-02-26 18:33     ` Sergiu Ivanov
2023-02-21 16:45   ` Bruno Victal
2023-02-26 18:05     ` Sergiu Ivanov
2023-02-27  6:23     ` Remco van 't Veer
2023-03-02  2:41       ` Bruno Victal
2023-03-02  8:47         ` Remco van 't Veer
2023-03-03 14:00           ` Bruno Victal
2023-03-03 16:16             ` Remco van 't Veer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).