mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 12:03:11 -05:00
I Have a Passable Netbird Config Now
This commit is contained in:
parent
8770d3791b
commit
f11ae539c1
7 changed files with 53 additions and 43 deletions
|
|
@ -90,9 +90,6 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
yubikey.enable = true;
|
||||
kdeconnect.enable = true;
|
||||
tailscale.enable = true;
|
||||
|
||||
# TODO: Move this out
|
||||
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
sops.secrets."netbird/setup_keys/end_user" = { };
|
||||
{ config, lib, pkgs, ... }: {
|
||||
sops.secrets."netbird/setup_keys/end_user" = {
|
||||
owner = config.users.users.annika.name;
|
||||
group = config.users.users.annika.group;
|
||||
};
|
||||
netbird = {
|
||||
enable = true;
|
||||
opts = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue