make zerotier module a directory

This commit is contained in:
Jörg Thalheim 2023-09-26 15:55:41 +02:00
parent 49c17cc6d0
commit 5d9ee64ddc
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
flake.nixosModules.clanCore = { pkgs, options, ... }: {
imports = [
./secrets
./zerotier.nix
./zerotier
./networking.nix
inputs.sops-nix.nixosModules.sops
# just some example options. Can be removed later