1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00

nixos/routnerr-2: enable stable CoreRAD on lab0

Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
Matt Layher 2020-08-07 15:57:07 -04:00
parent ca715ac54f
commit 79d5fe7182
No known key found for this signature in database
GPG key ID: 77BFE531397EDE94

View file

@ -25,7 +25,7 @@ in {
})
# Downstream advertising interfaces.
++ lib.forEach [ enp2s0 lan0 corp0 guest0 iot0 tengb0 ] (ifi: {
++ lib.forEach [ enp2s0 lab0 lan0 corp0 guest0 iot0 tengb0 ] (ifi: {
name = ifi.name;
advertise = true;