From a5d43d9751c957622c20f3e34e6669660eed9ee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 28 Sep 2022 15:01:32 +0200 Subject: [PATCH] README: simplify configuration --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index df04457..4ad9b91 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,8 @@ Mic92's stockholm fork will than update this repository itself. ```nix { - # lookup the ipv6 address from the generated text file ./hosts - networking.retiolum.ipv6 = "42:0:3c46:70c7:8526:2adf:0000:0000"; - # optional + # The ipv6 address is generated based on the hostname. + # optional one can specify an ipv4 address, but this is not needed. # networking.retiolum.ipv4 = "10.240.0.0"; } ```