DavHau bf176ad277 api/machines: allow importing extra modules
- add top-level option `clanImports` to clanCore
- clanImports can be set and checked as any other option
- buildClan resolves the clanImports from the settings.json before calling evalModules to prevent infinite recursions
- new endpoint PUT machines/{name}/schema to allow getting the schema for a specific list of imports
- to retrieve the currently imported modules, cimply do a GET or PU on machines/{name}/config which will return `clanImports` as part of the config

Still missing: get list of available modules
2023-10-25 16:36:30 +01:00
2023-09-23 12:27:35 +00:00
2023-10-25 13:16:13 +00:00
2023-09-21 17:22:20 +02:00
2023-10-04 10:18:28 +02:00
2023-09-21 18:29:34 +02:00
2023-08-30 16:12:18 +02:00

clan.lol core

This is the monorepo of the clan.lol project In here are all the packages we use, all the nixosModules we use/expose, the CLI and tests for everything.

cLAN config tool

  • The quickstart guide can be found here: here
  • Find the docs here
Languages
Python 55%
Nix 24.6%
TypeScript 18%
CSS 1.6%
Shell 0.4%
Other 0.3%