aboutsummaryrefslogtreecommitdiff
path: root/nixos/machine
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/machine')
-rw-r--r--nixos/machine/adm-omnia.nix2
-rw-r--r--nixos/machine/adm-omnia2.nix2
-rw-r--r--nixos/machine/spt-omnia.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/nixos/machine/adm-omnia.nix b/nixos/machine/adm-omnia.nix
index 4a41d4a..d158b45 100644
--- a/nixos/machine/adm-omnia.nix
+++ b/nixos/machine/adm-omnia.nix
@@ -40,7 +40,7 @@ with lib; {
};
# TODO localhost
nameservers = ["1.1.1.1" "8.8.8.8"];
- dhcpcd.allowInterfaces = ["eth2"];
+ dhcpcd.allowInterfaces = ["end2"];
};
networking.wirelessAP = {
diff --git a/nixos/machine/adm-omnia2.nix b/nixos/machine/adm-omnia2.nix
index ac4433d..cf6de9f 100644
--- a/nixos/machine/adm-omnia2.nix
+++ b/nixos/machine/adm-omnia2.nix
@@ -10,7 +10,7 @@ with lib; {
bridges = {
brlan = {
interfaces = [
- "eth2"
+ "end2"
"lan0"
"lan1"
"lan2"
diff --git a/nixos/machine/spt-omnia.nix b/nixos/machine/spt-omnia.nix
index 8251b0b..6db1f7b 100644
--- a/nixos/machine/spt-omnia.nix
+++ b/nixos/machine/spt-omnia.nix
@@ -39,7 +39,7 @@ with lib; {
};
};
nameservers = ["127.0.0.1" "1.1.1.1" "8.8.8.8"];
- dhcpcd.allowInterfaces = ["eth2"];
+ dhcpcd.allowInterfaces = ["end2"];
};
services.syncthing = {