refactor: schema

This commit is contained in:
2026-05-06 21:57:58 +02:00
parent c01c13aa50
commit 4b6e05212c
27 changed files with 198 additions and 377 deletions
+2 -2
View File
@@ -12,10 +12,10 @@
systems = [ "x86_64-linux" ];
flake.nixosConfigurations = builtins.mapAttrs (
_: machine:
name: machine:
inputs.nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs; };
modules = [ (config.repo.helpers.mkHost machine) ];
modules = [ (config.repo.helpers.mkHost name machine) ];
}
) config.repo.machines;