enable netbird
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 3m48s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 3m48s
This commit is contained in:
parent
8745a66a2a
commit
89931de313
1 changed files with 10 additions and 7 deletions
|
|
@ -35,14 +35,17 @@ in {
|
|||
|
||||
users.users.root.openssh.authorizedKeys.keys = homelab.ssh-keys;
|
||||
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
authKeyFile = "/mnt/data/apps/tailscale/authkey";
|
||||
useRoutingFeatures = "server";
|
||||
extraUpFlags = ts-flags;
|
||||
extraSetFlags = ts-flags;
|
||||
services = {
|
||||
netbird.enable = true;
|
||||
tailscale = {
|
||||
enable = true;
|
||||
authKeyFile = "/mnt/data/apps/tailscale/authkey";
|
||||
useRoutingFeatures = "server";
|
||||
extraUpFlags = ts-flags;
|
||||
extraSetFlags = ts-flags;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
virtualisation = {
|
||||
oci-containers.backend = "docker";
|
||||
docker = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue