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