feat(tailscale): Enable warwick as exit node and subnet router
This commit is contained in:
parent
15e0dce041
commit
4e619eb0c4
3 changed files with 23 additions and 8 deletions
|
@ -3,8 +3,11 @@
|
|||
arch = "aarch64-linux";
|
||||
isRaspberryPi = true;
|
||||
|
||||
nixosModule = {
|
||||
lab.monitoring.server.enable = true;
|
||||
nixosModule = { lib, ... }: {
|
||||
lab = {
|
||||
monitoring.server.enable = true;
|
||||
tailscale.advertiseExitNode = true;
|
||||
};
|
||||
|
||||
services.bird2 = {
|
||||
enable = false;
|
||||
|
|
Reference in a new issue