Inventory: add new module class: class='clan'

This commit is contained in:
Johannes Kirschbauer
2025-02-04 15:06:25 +07:00
parent fdb3f89480
commit fdf936c423
8 changed files with 259 additions and 123 deletions

View File

@@ -0,0 +1,4 @@
---
features = [ "inventory" ]
---
Description

View File

@@ -0,0 +1,10 @@
{
lib,
config,
clan-core,
...
}:
{
# Just some random stuff
config.user.user = lib.mapAttrs clan-core.users.root;
}