openldap init for generators

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

View file

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