From b88c92756335f3575cad3b5edcc1bb9c40d6c560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikodem=20Rabuli=C5=84ski?= Date: Sun, 11 Feb 2024 15:45:01 +0100 Subject: [PATCH] hosts/kazuki: ipv6 --- hosts/kazuki/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosts/kazuki/default.nix b/hosts/kazuki/default.nix index 8f2557b..15395d1 100644 --- a/hosts/kazuki/default.nix +++ b/hosts/kazuki/default.nix @@ -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 = {