Enables zerotier service on nixos

This commit is contained in:
willemml 2023-11-21 13:50:02 -08:00
parent 5129b71ac2
commit 4bfb2f3e32
Signed by: willemml
GPG key ID: C3DE5DF6198DACBD
2 changed files with 7 additions and 0 deletions

Binary file not shown.

View file

@ -20,6 +20,13 @@
console.keyMap = "colemak";
console.packages = [pkgs.terminus_font];
environment.systemPackages = [pkgs.parted];
services.zerotierone = {
joinNetworks = globals.secrets.zerotier.networks;
enable = true;
};
nix.gc.dates = "daily";
i18n.defaultLocale = "en_US.UTF-8";