mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -130,7 +130,7 @@ let
|
||||
allowPing = true;
|
||||
};
|
||||
enableIPv6 = true;
|
||||
interfaces.eth0 = {
|
||||
interfaces.ens3 = {
|
||||
# useDHCP = true;
|
||||
ipv4.addresses = [
|
||||
{ address="31.57.158.109"; prefixLength=20; }
|
||||
@@ -144,11 +144,11 @@ let
|
||||
};
|
||||
# defaultGateway = {
|
||||
# address = "31.57.158.1";
|
||||
# interface = "eth0";
|
||||
# interface = "ens3";
|
||||
# };
|
||||
defaultGateway6 = {
|
||||
address = "2a13:7c00:10:6::1";
|
||||
interface = "eth0";
|
||||
interface = "ens3";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user