mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-26 11:21:34 +01:00
chore: comment out netbird, migrate back to tailscale
This commit is contained in:
@@ -168,7 +168,7 @@ in
|
||||
"joplin" # note taking app
|
||||
|
||||
"tailscale-app" # tailscale macos app (with gui)
|
||||
"netbirdio/tap/netbird-ui" # netbird gui app
|
||||
# "netbirdio/tap/netbird-ui" # netbird gui app
|
||||
|
||||
# AI
|
||||
"lm-studio"
|
||||
|
||||
@@ -27,12 +27,12 @@
|
||||
#
|
||||
# =============================================================
|
||||
{
|
||||
services.netbird.useRoutingFeatures = "client";
|
||||
services.netbird.clients.homelab = {
|
||||
port = 51820;
|
||||
name = "homelab";
|
||||
interface = "netbird-homelab";
|
||||
hardened = true;
|
||||
autoStart = true;
|
||||
};
|
||||
# services.netbird.useRoutingFeatures = "client";
|
||||
# services.netbird.clients.homelab = {
|
||||
# port = 51820;
|
||||
# name = "homelab";
|
||||
# interface = "netbird-homelab";
|
||||
# hardened = true;
|
||||
# autoStart = true;
|
||||
# };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user