mirror of
https://codeberg.org/mtxyz/nixconf.git
synced 2024-11-08 17:41:53 +00:00
Start nebula on boot, since DNS issues were fixed.
This commit is contained in:
parent
c7485dbe8f
commit
172f92ed77
1 changed files with 0 additions and 3 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue