all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* FQDN
@ 2019-04-28  9:33 Raghav Gururajan
  2019-04-28 11:30 ` FQDN Tobias Geerinckx-Rice
  0 siblings, 1 reply; 5+ messages in thread
From: Raghav Gururajan @ 2019-04-28  9:33 UTC (permalink / raw)
  To: help-guix

Hello Guix!

How to add "hostname" as "hostname.domain.tld" in system config? I am looking for the exact syntax.

Thank you!

Regards,
RG.

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

* Re: FQDN
  2019-04-28  9:33 FQDN Raghav Gururajan
@ 2019-04-28 11:30 ` Tobias Geerinckx-Rice
  2019-04-28 11:38   ` FQDN Tobias Geerinckx-Rice
  0 siblings, 1 reply; 5+ messages in thread
From: Tobias Geerinckx-Rice @ 2019-04-28 11:30 UTC (permalink / raw)
  To: help-guix

[-- Attachment #1: Type: text/plain, Size: 485 bytes --]

Raghav,

Raghav Gururajan wrote:
> How to add "hostname" as "hostname.domain.tld" in system config? 
> I am looking for the exact syntax.

  (host-name "lapdog.tobias.gr")

Which is so obvious that I assume you tried it & it didn't work? 
It works here:

  $ hostname
  lapdog.tobias.gr

I also have:

  (hosts-file (plain-file "hosts" (string-append "\
127.0.0.1 " host-name " localhost
::1       " host-name " localhost
")))

...but that's completely optional.

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

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

* Re: FQDN
  2019-04-28 11:30 ` FQDN Tobias Geerinckx-Rice
@ 2019-04-28 11:38   ` Tobias Geerinckx-Rice
  2019-04-28 11:53     ` FQDN Pierre Neidhardt
  0 siblings, 1 reply; 5+ messages in thread
From: Tobias Geerinckx-Rice @ 2019-04-28 11:38 UTC (permalink / raw)
  To: help-guix

[-- Attachment #1: Type: text/plain, Size: 210 bytes --]

Unrelated shameless threadjack: does the signature of the previous 
message show up as ‘bad’ for anyone else?  It was made with 
nothing but the finest GNU :-/ (emacs + gnupg).

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

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

* Re: FQDN
  2019-04-28 11:38   ` FQDN Tobias Geerinckx-Rice
@ 2019-04-28 11:53     ` Pierre Neidhardt
  2019-04-28 17:38       ` nckx's siggy (was: FQDN) Tobias Geerinckx-Rice
  0 siblings, 1 reply; 5+ messages in thread
From: Pierre Neidhardt @ 2019-04-28 11:53 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice, help-guix

[-- Attachment #1: Type: text/plain, Size: 374 bytes --]

Tobias Geerinckx-Rice <me@tobias.gr> writes:

> Unrelated shameless threadjack: does the signature of the previous 
> message show up as ‘bad’ for anyone else?  It was made with 
> nothing but the finest GNU :-/ (emacs + gnupg).

Looking good to me.
(In Emacs you'd use mml-secure-message-sign-pgpmime I believe.)

-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

* Re: nckx's siggy (was: FQDN)
  2019-04-28 11:53     ` FQDN Pierre Neidhardt
@ 2019-04-28 17:38       ` Tobias Geerinckx-Rice
  0 siblings, 0 replies; 5+ messages in thread
From: Tobias Geerinckx-Rice @ 2019-04-28 17:38 UTC (permalink / raw)
  To: Pierre Neidhardt; +Cc: help-guix

[-- Attachment #1: Type: text/plain, Size: 854 bytes --]

Pierre Neidhardt wrote:
> Tobias Geerinckx-Rice <me@tobias.gr> writes:
>
>> Unrelated shameless threadjack: does the signature of the 
>> previous 
>> message show up as ‘bad’ for anyone else?  It was made with 
>> nothing but the finest GNU :-/ (emacs + gnupg).
>
> Looking good to me.
> (In Emacs you'd use mml-secure-message-sign-pgpmime I believe.)

Thanks!

Strange: the signature that showed up as ‘bad’ (believe me, I 
quad-checked) in mu4e earlier is now ‘verified’, a few hours and a 
reboot later.

(I use the threading view, which can mix messages in INBOX and 
Sent in the same tree.  Maybe it was displaying the Sent earlier, 
and the list has sent me my own message back by now?  Still don't 
understand what difference that would make but, oh well, it 
doesn't seem to matter much.)

Carry on,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

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

end of thread, other threads:[~2019-04-28 17:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-28  9:33 FQDN Raghav Gururajan
2019-04-28 11:30 ` FQDN Tobias Geerinckx-Rice
2019-04-28 11:38   ` FQDN Tobias Geerinckx-Rice
2019-04-28 11:53     ` FQDN Pierre Neidhardt
2019-04-28 17:38       ` nckx's siggy (was: FQDN) Tobias Geerinckx-Rice

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.