allow passing of extra_config into machines

This commit is contained in:
lassulus
2024-02-10 11:47:09 +01:00
parent 0dc0ee5b80
commit a94201c1d0
6 changed files with 123 additions and 68 deletions

View File

@@ -13,7 +13,7 @@ let
in
{
flake.nixosConfigurations = { inherit (clan.nixosConfigurations) test_install_machine; };
flake.clanInternals.machines = clan.clanInternals.machines;
flake.clanInternals = clan.clanInternals;
flake.nixosModules = {
test_install_machine = { lib, modulesPath, ... }: {
imports = [