add module to generate zerotier configuration

This commit is contained in:
Jörg Thalheim
2023-07-25 13:46:58 +02:00
parent 944c53c214
commit a6e8e08dec
4 changed files with 195 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ let
pythonWithDeps
];
# sets up an editable install and add enty points to $PATH
CLAN_NIXPKGS = pkgs.path;
shellHook = ''
tmp_path=$(realpath ./.pythonenv)
repo_root=$(realpath .)