openldap init for generators
This commit is contained in:
parent
fe9a604730
commit
833874d311
1 changed files with 8 additions and 0 deletions
|
|
@ -15,5 +15,13 @@
|
||||||
];
|
];
|
||||||
format = "qcow";
|
format = "qcow";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
example = nixos-generators.nixosGenerate {
|
||||||
|
system = "x86_64-linux";
|
||||||
|
modules = [
|
||||||
|
./hosts/example.nix
|
||||||
|
];
|
||||||
|
format = "qcow";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue