Moving Netbird config to ANOTHER new file...

This commit is contained in:
Annika Merris 2024-07-25 10:56:16 -04:00
parent 41256cb274
commit f166f0a811
2 changed files with 14 additions and 8 deletions

11
hosts/kim/netbird.nix Normal file
View file

@ -0,0 +1,11 @@
{ config, lib, pkgs, ... }:
{
netbird = {
enable = true;
opts = {
management_url = "https://netbird.moosenet.work:443";
admin_url = "https://netbird.moosenet.work";
setup_key = sops.netbird.setup_keys.end_user;
};
};
}