Files

20 lines
416 B
HCL
Raw Permalink Normal View History

2026-09-02 21:14:55 -04:00
ipv4_gateway = "10.96.10.254"
ipv4_subnet_mask = 24
2026-09-03 17:18:57 -04:00
ipv6_gateway = "2600:4040:593d:8b10:6662:66ff:fe21:e9c4"
2026-09-02 21:14:55 -04:00
ipv4_nameservers = [
2026-09-08 02:51:19 -04:00
"10.96.10.254"
2026-09-02 21:14:55 -04:00
]
2026-09-03 17:18:57 -04:00
ipv6_nameservers = [
2026-09-08 02:51:19 -04:00
"2600:4040:593d:8b10:6662:66ff:fe21:e9c4"
2026-09-03 17:18:57 -04:00
]
2026-09-03 00:35:34 -04:00
local_domain = "balsillie.house"
2026-09-02 21:14:55 -04:00
search_domains = [
"balsillie.net",
"balsillie.house"
]
ipv4_ntp_servers = [
"10.96.10.254"
]
2026-09-03 17:18:57 -04:00
ipv6_ntp_servers = [
"2600:4040:593d:8b10:6662:66ff:fe21:e9c4"
]