config

NixOS config
Log | Files | Refs | README | LICENSE

commit 4bcc322853a4221af45d760da23d7dd11c31e8dd (tree)
parent 704f75f7b77cb3b76d5421bf78b25d8df99e5e31
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Sat, 18 Jan 2025 20:31:59 +0200

fra1-b gets an ipv6 address

Diffstat:
Mhosts/fra1-b/configuration.nix | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/hosts/fra1-b/configuration.nix b/hosts/fra1-b/configuration.nix @@ -132,6 +132,13 @@ in hostName = "fra1-b"; domain = "servers.jakst"; useDHCP = true; + interfaces.enp1s0.addresses = [ + { + address = "2a01:4f8:c012:1ba::"; + prefixLength = 64; + defaultGateway = "fe80::1"; + } + ]; firewall = { allowedUDPPorts = [ 53 ]; allowedTCPPorts = [ 53 ];