Skip to content

Commit

Permalink
flake.nix: export nixosModules.microvm-options
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Apr 3, 2024
1 parent 1b7c70b commit 1dc03aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1dc03aa

Please sign in to comment.