From 172f92ed775c8b7a02ca9f865259893904b54c80 Mon Sep 17 00:00:00 2001 From: Bailey Stevens Date: Sun, 30 Jun 2024 21:00:07 -0400 Subject: [PATCH] Start nebula on boot, since DNS issues were fixed. --- modules/nixos/core/nebula.nix | 3 --- 1 file changed, 3 deletions(-) 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"; }