feat(sj-bm-hostkey0): add zerotier
This commit is contained in:
parent
cda3a44e9e
commit
03175bb9a7
2 changed files with 7 additions and 0 deletions
|
@ -173,4 +173,9 @@ in {
|
|||
boot.binfmt.emulatedSystems = [
|
||||
"aarch64-linux"
|
||||
];
|
||||
|
||||
steveej.holo-zerotier = {
|
||||
enable = true;
|
||||
autostart = false;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -11,6 +11,8 @@ in {
|
|||
};
|
||||
|
||||
config = {
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "zerotierone" ];
|
||||
|
||||
services.zerotierone = {
|
||||
enable = cfg.enable;
|
||||
joinNetworks = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue