mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 19:27:17 +00:00
Enables the zerotier service on nixos
This commit is contained in:
parent
34bd0fb3f0
commit
09169c205c
2 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
../profiles/hyprland.nix
|
||||
../profiles/default.nix
|
||||
../modules/users/willem/home.nix
|
||||
../modules/zerotier.nix
|
||||
];
|
||||
|
||||
boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod"];
|
||||
|
|
4
nixos/modules/zerotier.nix
Normal file
4
nixos/modules/zerotier.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{...}: {
|
||||
services.zerotierone.enable = true;
|
||||
services.zerotierone.joinNetworks = ["17d709436ca2929d"];
|
||||
}
|
Loading…
Add table
Reference in a new issue