clan-core/nixosModules/clanCore
DavHau bf176ad277
All checks were successful
checks-impure / test (pull_request) Successful in 36s
checks / test (pull_request) Successful in 2m6s
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
..
bloatware clanCore: add example options 2023-09-02 19:15:29 +02:00
secrets secrets: fix: don't generate secrets if no secrets are defined 2023-10-06 18:34:49 +02:00
zerotier zerotier generate-network: terminate fakeroot for process cleanup 2023-10-05 19:14:10 +02:00
flake-module.nix api/machines: allow importing extra modules 2023-10-25 16:36:30 +01:00
networking.nix document networking.deploymentAddress 2023-09-22 12:09:53 +02:00
options.nix config: get rid of impure eval 2023-09-22 14:32:38 +02:00
vm.nix vms: support secrets and fix cross compilation 2023-10-04 18:04:27 +02:00