From 1dc03aa0617571060a3249153961a507ca3b8e3c Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 3 Apr 2024 20:14:58 +0200 Subject: [PATCH] flake.nix: export nixosModules.microvm-options --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 6166b2f5..fb2f7f67 100644 --- a/flake.nix +++ b/flake.nix @@ -152,6 +152,8 @@ nixosModules = { microvm = import ./nixos-modules/microvm; host = import ./nixos-modules/host; + # Just the generic microvm options + microvm-options = import ./nixos-modules/microvm/options.nix; }; defaultTemplate = self.templates.microvm;