feat: netbird
This commit is contained in:
parent
53b83b3471
commit
ea118b7995
64 changed files with 1088 additions and 665 deletions
|
|
@ -5,7 +5,12 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
inherit (lib) mkOption types concatStringsSep;
|
||||
inherit (lib)
|
||||
mkOption
|
||||
types
|
||||
concatStringsSep
|
||||
unique
|
||||
;
|
||||
cfg = config.systemConf.security;
|
||||
in
|
||||
{
|
||||
|
|
@ -14,6 +19,7 @@ in
|
|||
type = with types; listOf str;
|
||||
description = "Domains that allowed to query dns.";
|
||||
default = [ ];
|
||||
apply = v: unique v;
|
||||
};
|
||||
rules = {
|
||||
setName = mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue