mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-12 16:25:29 -05:00
Moving Netbird config to ANOTHER new file...
This commit is contained in:
parent
41256cb274
commit
f166f0a811
2 changed files with 14 additions and 8 deletions
11
hosts/kim/netbird.nix
Normal file
11
hosts/kim/netbird.nix
Normal 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;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue