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 = [
|
boot.binfmt.emulatedSystems = [
|
||||||
"aarch64-linux"
|
"aarch64-linux"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
steveej.holo-zerotier = {
|
||||||
|
enable = true;
|
||||||
|
autostart = false;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue