diff options
Diffstat (limited to 'src/infrastructure/guix/system.scm')
-rw-r--r-- | src/infrastructure/guix/system.scm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index ff3769a..cf1dddb 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -1679,6 +1679,19 @@ (locale "fr_FR.UTF-8") (timezone "America/Sao_Paulo") (host-name tld) + (hosts-file + (plain-file + "hosts" + (format #f + #"- + 127.0.0.1 localhost ~a + ::1 localhost ~a + + 10.0.0.0 toph + 10.0.0.1 velhinho + "# + tld + tld))) (users (append (list |