diff --git a/modules/nixos/nebula.nix b/modules/nixos/nebula.nix index 0c3e460..5b398d2 100644 --- a/modules/nixos/nebula.nix +++ b/modules/nixos/nebula.nix @@ -160,8 +160,8 @@ in relays = lib.optionals (!cfg.isLighthouse && !cfg.isRelay) [ cfg.lighthouseNebulaIp ]; tun = { - # Interface name: nebula. - dev = "nebula0"; + # Interface name + device = "nebula0"; # unsafe_routes for hosts that need access to a non-Nebula subnet unsafeRoutes = cfg.unsafeRoutes; };