ldap init

This commit is contained in:
arouzing 2023-02-04 00:49:23 -05:00
parent 833874d311
commit c3f58d236c
No known key found for this signature in database
GPG key ID: 59472C1F0709FBA9

View file

@ -16,10 +16,10 @@
format = "qcow";
};
example = nixos-generators.nixosGenerate {
openldap = nixos-generators.nixosGenerate {
system = "x86_64-linux";
modules = [
./hosts/example.nix
./hosts/openldap.nix
];
format = "qcow";
};