ooknet/system/modules/host/default.nix
ooks-io 7a74befde3 feat(systemModules:host): add initial host configuration module
used to define general host configuration, including:

- hardware
- name
- admin
- type
- role
2024-04-29 18:48:18 +12:00

8 lines
72 B
Nix

{
imports = [
./admin
./name
./type
./function
];
}