mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2024-11-22 00:04:01 +01:00
assign ip address also reported by telegraf
This commit is contained in:
parent
545ab6d3f1
commit
c7c25d5dbc
@ -33,7 +33,9 @@ in
|
||||
address = [
|
||||
# configure addresses including subnet mask
|
||||
"65.21.240.250/32"
|
||||
# TODO: drop this ip and only keep ::1
|
||||
"2a01:4f9:c012:8178::/64"
|
||||
"2a01:4f9:c012:8178::1/64"
|
||||
];
|
||||
routes = [
|
||||
# create default routes for both IPv6 and IPv4
|
||||
|
Loading…
Reference in New Issue
Block a user