diff options
author | EuAndreh <eu@euandre.org> | 2022-11-27 08:09:42 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-27 08:09:42 -0300 |
commit | f3ff875197ca11c4e3962f4120bbd2646d0c913b (patch) | |
tree | 7d7106eee26cf75c2bf50c28463514c200816c27 | |
parent | bin/{msg,tmp,xmpp}: Change euandreh.xyz -> euandre.org (diff) | |
download | dotfiles-f3ff875197ca11c4e3962f4120bbd2646d0c913b.tar.gz dotfiles-f3ff875197ca11c4e3962f4120bbd2646d0c913b.tar.xz |
etc/guix/system.scm: euandreh.xyz -> euandre.org
-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 |