fix: had used the wrong interface
This commit is contained in:
parent
ffe77907c9
commit
5fd9e297b0
3 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@ Notes: Used to have Agent Smith as a partner but it died (Ironically)
|
||||||
ip = ip_pub;
|
ip = ip_pub;
|
||||||
name = name;
|
name = name;
|
||||||
hostname = hostname;
|
hostname = hostname;
|
||||||
interface = "en01";
|
interface = "eno1";
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
|
|
|
@ -22,7 +22,7 @@ Notes:
|
||||||
ip = ip_pub;
|
ip = ip_pub;
|
||||||
name = name;
|
name = name;
|
||||||
hostname = hostname;
|
hostname = hostname;
|
||||||
interface = "en01";
|
interface = "eno1";
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
|
|
|
@ -23,7 +23,7 @@ Notes: Using the server that used to be called Earth
|
||||||
name = name;
|
name = name;
|
||||||
hostname = hostname;
|
hostname = hostname;
|
||||||
# only required for physical servers
|
# only required for physical servers
|
||||||
interface = "en01";
|
interface = "eno1";
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue