From c3f58d236ca35d92f51b3094825dcd65174131eb Mon Sep 17 00:00:00 2001 From: arouzing Date: Sat, 4 Feb 2023 00:49:23 -0500 Subject: [PATCH] ldap init --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index ad20bb7..b64036a 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; };