mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-13 18:21:25 -05:00
Adding Parents Device
This commit is contained in:
parent
f11ae539c1
commit
56278c47b5
8 changed files with 203 additions and 11 deletions
14
hosts/parents/netbird.nix
Normal file
14
hosts/parents/netbird.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ config, lib, pkgs, ... }: {
|
||||
sops.secrets."netbird/setup_keys/parents" = {
|
||||
owner = config.users.users.annika.name;
|
||||
group = config.users.users.annika.group;
|
||||
};
|
||||
netbird = {
|
||||
enable = true;
|
||||
opts = {
|
||||
management_url = "https://netbird.moosenet.work:443";
|
||||
admin_url = "https://netbird.moosenet.work";
|
||||
setup_key_file = config.sops.secrets."netbird/setup_keys/parents".path;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue