aboutsummaryrefslogtreecommitdiff
path: root/nixos/routers/router.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2023-03-15 15:22:57 +0100
committerKarel Kočí <cynerd@email.cz>2023-03-15 15:22:57 +0100
commitd80608970affe5defe030b730cbce9b6ee75fa6d (patch)
treeef9c017bafd3186c7828a46c54830abc21745e71 /nixos/routers/router.nix
parent56c7731dc7f1cd4aef2fcaa5f13ba2317f9f8af1 (diff)
downloadnixos-personal-d80608970affe5defe030b730cbce9b6ee75fa6d.tar.gz
nixos-personal-d80608970affe5defe030b730cbce9b6ee75fa6d.tar.bz2
nixos-personal-d80608970affe5defe030b730cbce9b6ee75fa6d.zip
nixos/router: fix invalid radvd interface
Diffstat (limited to 'nixos/routers/router.nix')
-rw-r--r--nixos/routers/router.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/routers/router.nix b/nixos/routers/router.nix
index 25d12da..0139c6f 100644
--- a/nixos/routers/router.nix
+++ b/nixos/routers/router.nix
@@ -155,7 +155,7 @@ in {
services.radvd = {
enable = true;
config = ''
- interface ${cnf.wan} {
+ interface brlan {
AdvSendAdvert on;
MinRtrAdvInterval 3;
MaxRtrAdvInterval 10;