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:
parent
ca715ac54f
commit
79d5fe7182
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue