base: add option config.virtualisation.vmVariant #101
Reference in New Issue
Block a user
No description provided.
Delete Branch "vm"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@@ -0,0 +5,4 @@
{
options.virtualisation.isVmVariant = lib.mkOption {
type = lib.types.bool;
Add description maybe? It's not inherent what this is to a reader
kei då
@@ -0,0 +10,4 @@
};
config.virtualisation.vmVariant = {
virtualisation.isVmVariant = true;
};
🥈
🤡
8588e84109
to752141f97f