migrate admin module

This commit is contained in:
pinpox
2025-05-07 12:35:14 +02:00
committed by pinpox
parent ef4b5cc9d5
commit 9b1a4e8219
22 changed files with 203 additions and 29 deletions

View File

@@ -1,5 +1,13 @@
{ lib, ... }:
{
imports = [
./hello-world/flake-module.nix
];
clan.inventory.modules = {
admin = lib.modules.importApply ./admin/default.nix {
# inherit (self) packages;
};
};
}