mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
+10
-1
@@ -124,7 +124,16 @@ let
|
|||||||
allowPing = true;
|
allowPing = true;
|
||||||
};
|
};
|
||||||
enableIPv6 = true;
|
enableIPv6 = true;
|
||||||
interfaces.ens3.useDHCP = true;
|
interfaces.ens3 = {
|
||||||
|
useDHCP = true;
|
||||||
|
addresses = [
|
||||||
|
{
|
||||||
|
address = "2a13:7c00:10:6:f816:3eff:fe36:fe1b";
|
||||||
|
prefixLength = 64;
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
defaultGateway6 = "2a13:7c00:10:6::1";
|
||||||
};
|
};
|
||||||
|
|
||||||
system = {
|
system = {
|
||||||
|
|||||||
Reference in New Issue
Block a user