migrate admin module
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
{ lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
./hello-world/flake-module.nix
|
||||
];
|
||||
|
||||
clan.inventory.modules = {
|
||||
admin = lib.modules.importApply ./admin/default.nix {
|
||||
# inherit (self) packages;
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user