mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Fix alto's IPv6 address
This commit is contained in:
parent
227cdce799
commit
19cc754327
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
matchConfig.Name = "ens3";
|
||||
address = [
|
||||
"152.53.85.193/22"
|
||||
"2a0a:4cc0:c0:23bd::/64"
|
||||
"2a0a:4cc0:c0:23bd::1/64"
|
||||
];
|
||||
routes = [
|
||||
{ Gateway = "152.53.84.1"; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue