hosts/kazuki: ipv6

This commit is contained in:
Nikodem Rabuliński 2024-02-11 15:45:01 +01:00
parent 4e632eeadf
commit b88c927563

View file

@ -25,6 +25,14 @@
loader.systemd-boot.configurationLimit = 1;
loader.efi.canTouchEfiVariables = true;
};
systemd.network.enable = true;
systemd.network.networks."10-wan" = {
matchConfig.Name = "enp1s0";
networkConfig.DHCP = "ipv4";
address = ["2a01:4f8:c012:e5c::/64"];
routes = [{routeConfig.Gateway = "fe80::1";}];
};
networking.useNetworkd = true;
common.hercules.enable = true;
common.github-runner = {