Move zerotier out of the common module

This commit is contained in:
2024-09-25 21:05:05 -07:00
parent e30a5830ef
commit 66786c2455
5 changed files with 11 additions and 6 deletions

View File

@@ -15,6 +15,7 @@
common = import ./modules/common.nix;
prompt = import ./modules/prompt.nix;
server = import ./modules/server.nix;
zerotier = import ./modules/zerotier.nix;
};
nixosConfigurations = {