mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
do password stuff for virtual machines
This commit is contained in:
parent
b7f0fed007
commit
f7e969fdf3
3 changed files with 66 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue