diff --git a/modules/nixos/core/nebula.nix b/modules/nixos/core/nebula.nix index 4f1bd12..721b447 100644 --- a/modules/nixos/core/nebula.nix +++ b/modules/nixos/core/nebula.nix @@ -42,8 +42,5 @@ }; }; - # Dont start nebula on boot, can mess with dns if unavailable. - systemd.services."nebula@bbs".wantedBy = lib.mkForce []; - networking.networkmanager.appendNameservers = lib.optional config.services.nebula.networks.bbs.enable "10.7.0.1"; }