mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
123
This commit is contained in:
@@ -125,8 +125,8 @@ let
|
|||||||
allowPing = true;
|
allowPing = true;
|
||||||
};
|
};
|
||||||
enableIPv6 = true;
|
enableIPv6 = true;
|
||||||
interfaces.enp0s3 = {
|
interfaces.ens3 = {
|
||||||
useDHCP = true;
|
useDHCP = false;
|
||||||
ipv6.addresses = [
|
ipv6.addresses = [
|
||||||
{
|
{
|
||||||
address = "2a13:7c00:10:6:f816:3eff:fe36:fe1b";
|
address = "2a13:7c00:10:6:f816:3eff:fe36:fe1b";
|
||||||
@@ -136,7 +136,7 @@ let
|
|||||||
};
|
};
|
||||||
defaultGateway6 = {
|
defaultGateway6 = {
|
||||||
address = "2a13:7c00:10:6::1";
|
address = "2a13:7c00:10:6::1";
|
||||||
interface = "enp0s3";
|
interface = "ens3";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user