From 833874d311e74f082c937a0925cae6fbc6a65c7c Mon Sep 17 00:00:00 2001 From: arouzing Date: Sat, 4 Feb 2023 00:49:12 -0500 Subject: [PATCH] openldap init for generators --- flake.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/flake.nix b/flake.nix index 5d69a0a..ad20bb7 100644 --- a/flake.nix +++ b/flake.nix @@ -15,5 +15,13 @@ ]; format = "qcow"; }; + + example = nixos-generators.nixosGenerate { + system = "x86_64-linux"; + modules = [ + ./hosts/example.nix + ]; + format = "qcow"; + }; }; } \ No newline at end of file