mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 11:17:17 +00:00
Enables zerotier service on nixos
This commit is contained in:
parent
5129b71ac2
commit
4bfb2f3e32
2 changed files with 7 additions and 0 deletions
Binary file not shown.
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue