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