1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: modularize hetzner-cloud and odroid-n2plus hardware

This commit is contained in:
oddlama 2023-05-31 16:34:13 +02:00
parent 61d582f033
commit 6672846d59
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
11 changed files with 79 additions and 35 deletions

View file

@ -20,6 +20,15 @@
icfg.hostCidrv6
];
gateway = ["fe80::1"];
routes = [
{routeConfig = {Destination = "172.31.1.1";};}
{
routeConfig = {
Gateway = "172.31.1.1";
GatewayOnLink = true;
};
}
];
matchConfig.MACAddress = icfg.mac;
networkConfig.IPv6PrivacyExtensions = "yes";
linkConfig.RequiredForOnline = "routable";