stuff
This commit is contained in:
parent
c59da0e4ba
commit
0a45d838ff
10 changed files with 246 additions and 52 deletions
9
common/networking/default.nix
Normal file
9
common/networking/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
imports = [./zerotier.nix];
|
||||
|
||||
zerotier.enable = lib.mkDefault true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue