.
This commit is contained in:
parent
7bce5e225e
commit
6a32cd9e45
4 changed files with 113 additions and 13 deletions
10
secret.nix
Normal file
10
secret.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.zerotierone = {
|
||||
enable = true;
|
||||
joinNetworks = [
|
||||
"60ee7c034a95b798"
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue