README: simplify configuration

This commit is contained in:
Jörg Thalheim 2022-09-28 15:01:32 +02:00
parent 7cbbbc4ebb
commit a5d43d9751
1 changed files with 2 additions and 3 deletions

View File

@ -21,9 +21,8 @@ Mic92's stockholm fork will than update this repository itself.
```nix ```nix
{ {
# lookup the ipv6 address from the generated text file ./hosts # The ipv6 address is generated based on the hostname.
networking.retiolum.ipv6 = "42:0:3c46:70c7:8526:2adf:0000:0000"; # optional one can specify an ipv4 address, but this is not needed.
# optional
# networking.retiolum.ipv4 = "10.240.0.0"; # networking.retiolum.ipv4 = "10.240.0.0";
} }
``` ```