base: add option config.virtualisation.vmVariant #101

Open
pederbs wants to merge 1 commits from vm into main
Owner
No description provided.
pederbs added 1 commit 2025-03-18 23:30:59 +01:00
oysteikt reviewed 2025-03-19 01:40:15 +01:00
@ -0,0 +5,4 @@
{
options.virtualisation.isVmVariant = lib.mkOption {
type = lib.types.bool;
Owner

Add description maybe? It's not inherent what this is to a reader

Add description maybe? It's not inherent what this is to a reader
danio reviewed 2025-03-22 03:08:32 +01:00
@ -0,0 +10,4 @@
};
config.virtualisation.vmVariant = {
virtualisation.isVmVariant = true;
};
Owner

🥈

🥈
Author
Owner

🤡

🤡
danio marked this conversation as resolved
Some checks failed
Eval nix flake / evals (push) Has been cancelled
Eval nix flake / evals (pull_request) Has been cancelled
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin vm:vm
git checkout vm
Sign in to join this conversation.
No description provided.