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"; };