feat: netbird
This commit is contained in:
parent
53b83b3471
commit
ea118b7995
64 changed files with 1088 additions and 665 deletions
|
|
@ -1,4 +1,7 @@
|
|||
{ ... }:
|
||||
{ lib, ... }:
|
||||
let
|
||||
inherit (lib) mkForce;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
../environment.nix
|
||||
|
|
@ -18,5 +21,9 @@
|
|||
../sops-nix.nix
|
||||
../gc.nix
|
||||
../security.nix
|
||||
../systemd-resolv.nix
|
||||
];
|
||||
|
||||
# Disable man cache
|
||||
documentation.man.generateCaches = mkForce false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue