Regenerated

This commit is contained in:
2026-03-31 18:18:58 +00:00
parent 626ab09a0d
commit 3fe57bf69f
4 changed files with 286 additions and 408 deletions
@@ -4,12 +4,8 @@ let
hostname = "traveldroid";
modulesPath = "${flakeRoot}/generated/modules/${hostname}";
usersPath = "${flakeRoot}/generated/users";
hostModules = import-tree modulesPath;
globalUsers = import-tree usersPath;
allModules = hostModules.imports ++ globalUsers.imports;
allModules = hostModules.imports ;
in
{