Start nebula on boot, since DNS issues were fixed.

This commit is contained in:
Bailey 2024-06-30 21:00:07 -04:00
parent c7485dbe8f
commit 172f92ed77

View file

@ -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";
}