aboutsummaryrefslogtreecommitdiff
path: root/nixos/machine/spt-omnia.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2023-01-09 10:28:10 +0100
committerKarel Kočí <cynerd@email.cz>2023-01-09 10:28:10 +0100
commit3bee56880d262bf57eca092423a76f812465f210 (patch)
tree089a2102092c8807fe17ca51baf6122486eecec8 /nixos/machine/spt-omnia.nix
parentd5dc7479c489d17e6dcacf081c0f1b5242d99bd9 (diff)
downloadnixos-personal-3bee56880d262bf57eca092423a76f812465f210.tar.gz
nixos-personal-3bee56880d262bf57eca092423a76f812465f210.tar.bz2
nixos-personal-3bee56880d262bf57eca092423a76f812465f210.zip
nixos: Omnia WAN is now named as end2
It seems like a bug as end* is used for switch end-points (I think). It should be most likely named as wan.
Diffstat (limited to 'nixos/machine/spt-omnia.nix')
-rw-r--r--nixos/machine/spt-omnia.nix2
1 files changed, 1 insertions, 1 deletions
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 = {