base: add option config.virtualisation.vmVariant #101

Merged
pederbs merged 1 commits from vm into main 2025-05-31 19:01:48 +02:00
Owner
No description provided.
pederbs added 1 commit 2025-03-18 23:30:59 +01:00
base: add option config.virtualisation.vmVariant
Some checks failed
Eval nix flake / evals (push) Has been cancelled
Eval nix flake / evals (pull_request) Has been cancelled
8588e84109
oysteikt reviewed 2025-03-19 01:40:15 +01:00
base/vm.nix Outdated
@@ -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
Owner

kei då

kei då
danio reviewed 2025-03-22 03:08:32 +01:00
base/vm.nix Outdated
@@ -0,0 +10,4 @@
};
config.virtualisation.vmVariant = {
virtualisation.isVmVariant = true;
};
Owner

🥈

🥈
Author
Owner

🤡

🤡
danio marked this conversation as resolved
pederbs force-pushed vm from 8588e84109 to 752141f97f 2025-05-31 19:00:50 +02:00 Compare
oysteikt approved these changes 2025-05-31 19:01:40 +02:00
pederbs merged commit 1caa0cc7be into main 2025-05-31 19:01:48 +02:00
pederbs deleted branch vm 2025-05-31 19:01:48 +02:00
Sign in to join this conversation.
No description provided.