From 6aa103c2a7749994415891886af5eb103d37535f Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Wed, 16 Jul 2025 19:18:19 +0300 Subject: [PATCH] a --- host/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/host/configuration.nix b/host/configuration.nix index a3914d9..5d93098 100644 --- a/host/configuration.nix +++ b/host/configuration.nix @@ -19,6 +19,13 @@ networking.hostName = "kyren-server"; + networking.interfaces.ens3.ipv6.addresses = [ + { + address = "2a03:4000:15:c6::1"; + prefixLength = 64; + } + ]; + boot.loader.grub = { efiSupport = true; efiInstallAsRemovable = true;