forked from mirrors_public/oddlama_nix-config
feat: add netbird client (gateway server and dev machine)
This commit is contained in:
parent
590266c793
commit
8148ce9f37
17 changed files with 600 additions and 18 deletions
|
@ -1,5 +1,9 @@
|
|||
{inputs, ...}: {
|
||||
disabledModules = ["services/security/kanidm.nix"];
|
||||
disabledModules = [
|
||||
"services/security/kanidm.nix"
|
||||
"services/networking/netbird.nix"
|
||||
];
|
||||
|
||||
imports = [
|
||||
inputs.agenix-rekey.nixosModules.default
|
||||
inputs.agenix.nixosModules.default
|
||||
|
@ -34,6 +38,7 @@
|
|||
./distributed-config.nix
|
||||
./kanidm.nix
|
||||
./meta.nix
|
||||
./netbird-client.nix
|
||||
./oauth2-proxy.nix
|
||||
./promtail.nix
|
||||
./provided-domains.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue