diff options
Diffstat (limited to 'etc/guix/system.scm')
-rw-r--r-- | etc/guix/system.scm | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/etc/guix/system.scm b/etc/guix/system.scm index 4917c08..812f41f 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -400,15 +400,12 @@ Seiko Epson Color Ink Jet Printers.") "hosts" (format #f #"- - 127.0.0.1 localhost ~a - ::1 localhost ~a + 127.0.0.1 localhost + ::1 localhost - 10.0.0.0 ~a.wg ~a - 10.0.0.1 ~a.wg + 10.0.0.0 ~a + 10.0.0.1 ~a "# - host-name - host-name - toph toph host-name))) (users |