colmena (3)

This commit is contained in:
Julien Malka 2023-07-27 20:35:38 +02:00
parent a2d07f04ed
commit 361d3c57c4
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -64,6 +64,7 @@ in
];
}
];
extraModules = [ inputs.colmena.nixosModules.deploymentOptions ];
};
importConfig = path: (mapAttrs (name: value: import (path + "/${name}/default.nix")) (readDir path));