try to enable ipv6 for aspartame
This commit is contained in:
parent
06d9596ca3
commit
842e447826
1 changed files with 15 additions and 0 deletions
|
@ -37,6 +37,21 @@
|
|||
)
|
||||
];
|
||||
|
||||
aspartame.modules = [
|
||||
{
|
||||
networking = {
|
||||
enableIPv6 = true;
|
||||
defaultGateway6.address = "fe80::1";
|
||||
defaultGateway6.interface = "ens18";
|
||||
interfaces.ens18.ipv6.addresses = [
|
||||
{
|
||||
address = "2a02:c206:2217:6900::1";
|
||||
prefixLength = 64;
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
];
|
||||
glucose.modules = [
|
||||
(
|
||||
{ ... }:
|
||||
|
|
Loading…
Reference in a new issue