Skip to content

Commit

Permalink
redfox: manually ipv6
Browse files Browse the repository at this point in the history
  • Loading branch information
ocfox committed Jan 24, 2024
1 parent 6e25fd6 commit 5ea9157
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions hosts/redfox/systemd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@
wait-online.anyInterface = true;
networks."all" = {
name = "ens*";
networkConfig = {
DHCP = "yes";
IPv6AcceptRA = true;
};
address = [
"104.200.67.80/24"
"2602:ff75:7:4724::1/48"
];
routes = [
{ routeConfig.Gateway = "2602:ff75:7::1"; }
{ routeConfig.Gateway = "104.200.67.1"; }
];
};
};
}

0 comments on commit 5ea9157

Please sign in to comment.