This commit is contained in:
2026-04-25 12:43:13 -05:00
parent 794a787a54
commit b2996d750b
9 changed files with 182 additions and 94 deletions

View File

@@ -11,7 +11,7 @@
self.nixosModules.default
pipewire
avahi
netbird
netbird-sbc
openssh
sops
@@ -81,6 +81,8 @@
};
};
sops.secrets."netbirdKey".sopsFile = lib.mkForce ./secrets.yaml;
services.netbird.clients.default.environment = {
NB_EXTRA_DNS_LABELS = "server";
};