mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Configure IPv6 address
This commit is contained in:
parent
7afc473884
commit
ecd1fb22cb
1 changed files with 12 additions and 0 deletions
|
|
@ -70,6 +70,18 @@
|
|||
internalInterfaces = [ "ve-+" ];
|
||||
externalInterface = "enp41s0";
|
||||
};
|
||||
interfaces.enp41s0 = {
|
||||
ipv6.addresses = [
|
||||
{
|
||||
address = "2a01:4f9:3100:1202::2";
|
||||
prefixLength = 64;
|
||||
}
|
||||
];
|
||||
};
|
||||
defaultGateway6 = {
|
||||
address = "fe80::1";
|
||||
interface = "enp41s0";
|
||||
};
|
||||
};
|
||||
|
||||
disko.devices = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue