fra1-b gets an ipv6 address

This commit is contained in:
Motiejus Jakštys 2025-01-18 20:31:59 +02:00
parent 704f75f7b7
commit 4bcc322853

View File

@ -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 ];