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;
|
||||
name = name;
|
||||
hostname = hostname;
|
||||
interface = "en01";
|
||||
interface = "eno1";
|
||||
};
|
||||
in {
|
||||
imports = [
|
||||
|
|
|
@ -22,7 +22,7 @@ Notes:
|
|||
ip = ip_pub;
|
||||
name = name;
|
||||
hostname = hostname;
|
||||
interface = "en01";
|
||||
interface = "eno1";
|
||||
};
|
||||
in {
|
||||
imports = [
|
||||
|
|
|
@ -23,7 +23,7 @@ Notes: Using the server that used to be called Earth
|
|||
name = name;
|
||||
hostname = hostname;
|
||||
# only required for physical servers
|
||||
interface = "en01";
|
||||
interface = "eno1";
|
||||
};
|
||||
in {
|
||||
imports = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue