diff options
-rw-r--r-- | etc/guix/system.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/guix/system.scm b/etc/guix/system.scm index d1fff27..d4cb7e4 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -117,7 +117,7 @@ Seiko Epson Color Ink Jet Printers.") (define whoami "andreh") (define priv-statedir (string-append "/var/lib/" whoami)) (define toph "toph") -(define toph.tld "arrobaponto.org") +(define toph.tld "euandre.org") (define-record-type* <postfix-configuration> postfix-configuration @@ -403,12 +403,14 @@ Seiko Epson Color Ink Jet Printers.") 127.0.0.1 localhost ~a ::1 localhost ~a - 10.0.0.0 ~a.wg - 10.0.0.1 ~a.wg + 2001:19f0:b400:1f0c:5400:04ff:fe35:8c89 ~a + 10.0.0.0 ~a.wg + 10.0.0.1 ~a.wg "# host-name host-name toph + toph host-name))) (users (append |