mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 12:31:02 -05:00
Sops + Netbird = Frustration
This commit is contained in:
parent
f166f0a811
commit
4b8593b7f2
2 changed files with 1 additions and 2 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
sops.secrets."netbird/setup_keys/end_user" = { };
|
||||
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