feat(sj-bm-hostkey0): add zerotier

This commit is contained in:
steveej 2024-04-18 17:28:17 +02:00
parent cda3a44e9e
commit 03175bb9a7
2 changed files with 7 additions and 0 deletions

View file

@ -173,4 +173,9 @@ in {
boot.binfmt.emulatedSystems = [ boot.binfmt.emulatedSystems = [
"aarch64-linux" "aarch64-linux"
]; ];
steveej.holo-zerotier = {
enable = true;
autostart = false;
};
} }

View file

@ -11,6 +11,8 @@ in {
}; };
config = { config = {
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "zerotierone" ];
services.zerotierone = { services.zerotierone = {
enable = cfg.enable; enable = cfg.enable;
joinNetworks = [ joinNetworks = [