fix interface
This commit is contained in:
parent
886db8a070
commit
5ba076ecdd
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ in
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "gitea";
|
hostName = "gitea";
|
||||||
# interfaces.eth0.useDHCP = true;
|
# interfaces.eth0.useDHCP = true;
|
||||||
interfaces.eth0 = {
|
interfaces.mv-vserver = {
|
||||||
ipv4.addresses = [ { address = "10.42.97.2"; prefixLength = 24; } ];
|
ipv4.addresses = [ { address = "10.42.97.2"; prefixLength = 24; } ];
|
||||||
};
|
};
|
||||||
# firewall = {
|
# firewall = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue