chore: removed installerConfigurations
This commit is contained in:
parent
0e5ebb37f1
commit
761246a4a4
2 changed files with 0 additions and 17 deletions
|
|
@ -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;};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue