chore: removed installerConfigurations

This commit is contained in:
Leyla Becker 2025-11-07 17:01:21 -06:00
parent 0e5ebb37f1
commit 761246a4a4
2 changed files with 0 additions and 17 deletions

View file

@ -62,16 +62,6 @@ in {
(lib.mkUnless condition no)
];
mkNixosInstaller = host: userKeys:
nixpkgs.lib.nixosSystem {
modules = [
{
# TODO: authorized keys for all users and hosts
}
../configurations/nixos/${host}
];
};
mkNixosSystem = host:
nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs outputs util;};