forked from Fediversity/Fediversity
makeInstaller
-> makeInstallerIso
This commit is contained in:
parent
9e95287715
commit
bf0a35de6c
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
allVmIds = builtins.genList (x: 100 + x) 156; # 100 -- 255
|
allVmIds = builtins.genList (x: 100 + x) 156; # 100 -- 255
|
||||||
makeInstaller = import ../infra/makeInstaller.nix;
|
makeInstallerIso = import ../infra/makeInstallerIso.nix;
|
||||||
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
@ -32,7 +32,7 @@ in
|
||||||
in
|
in
|
||||||
mapAttrs (
|
mapAttrs (
|
||||||
vmname: nixosConfiguration:
|
vmname: nixosConfiguration:
|
||||||
makeInstaller {
|
makeInstallerIso {
|
||||||
inherit (inputs) nixpkgs;
|
inherit (inputs) nixpkgs;
|
||||||
inherit nixosConfiguration;
|
inherit nixosConfiguration;
|
||||||
hostKeys = {
|
hostKeys = {
|
||||||
|
|
|
@ -31,7 +31,7 @@ let
|
||||||
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
flake.lib.makeInstaller = import ./makeInstaller.nix;
|
flake.lib.makeInstallerIso = import ./makeInstallerIso.nix;
|
||||||
|
|
||||||
nixops4Deployments = makeDeployments (addDefaultDeployment {
|
nixops4Deployments = makeDeployments (addDefaultDeployment {
|
||||||
git = [
|
git = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue