feat(zerotier): make os snippet and add custom options

a way to disable autostart for zerotier is beneficial to not
accidentally connect on each boot while still being able to connect on
demand
This commit is contained in:
steveej 2024-03-01 11:21:37 +01:00
parent c13b460ee9
commit e01290317a
6 changed files with 90 additions and 95 deletions

View file

@ -86,6 +86,8 @@
../../snippets/bluetooth.nix
../../snippets/timezone.nix
../../snippets/radicale.nix
../../snippets/holo-zerotier.nix
];
networking.hostName = nodeName;
@ -148,4 +150,9 @@
virtualisation.podman.dockerCompat = true;
hardware.ledger.enable = true;
steveej.holo-zerotier = {
enable = true;
autostart = false;
};
}