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 = {