Enable bios
This commit is contained in:
@@ -1,12 +1,16 @@
|
|||||||
with import <nixpkgs> {};
|
with import <nixpkgs> {};
|
||||||
let
|
let
|
||||||
lib = import ../../lib/default.nix { inherit pkgs cfg lib config; };
|
lib = import ../../lib/default.nix { inherit pkgs cfg customize lib config; };
|
||||||
|
|
||||||
hosts = [
|
hosts = [
|
||||||
{ name = "k0-1"; address = "10.253.18.101"; hw = ./k0-1.nix; }
|
{ name = "k0-1"; address = "10.253.18.101"; hw = ./k0-1.nix; }
|
||||||
{ name = "k0-2"; address = "10.253.18.102"; hw = ./k0-2.nix; }
|
{ name = "k0-2"; address = "10.253.18.102"; hw = ./k0-2.nix; }
|
||||||
];
|
];
|
||||||
|
|
||||||
|
customize = {
|
||||||
|
boot.bios = true;
|
||||||
|
};
|
||||||
|
|
||||||
cfg = {
|
cfg = {
|
||||||
clusterName = "k0";
|
clusterName = "k0";
|
||||||
initca = ./ca;
|
initca = ./ca;
|
||||||
|
|||||||
Reference in New Issue
Block a user