do password stuff for virtual machines

This commit is contained in:
TheWanderingCrow 2025-08-25 14:58:02 -04:00
parent b7f0fed007
commit f7e969fdf3
3 changed files with 66 additions and 1 deletions

View file

@ -84,6 +84,11 @@
default = false;
description = "Used to indicate a host that is darwin";
};
isVirtual = lib.mkOption {
type = lib.types.bool;
default = false;
description = "Used to indicate a virtual host";
};
};
config = {