We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 145c5d0 commit c756281Copy full SHA for c756281
nixos/modules/virtualisation/vmware-guest.nix
@@ -9,6 +9,10 @@ in
9
(mkRenamedOptionModule [ "services" "vmwareGuest" ] [ "virtualisation" "vmware" "guest" ])
10
];
11
12
+ meta = {
13
+ maintainers = [ lib.maintainers.kjeremy ];
14
+ };
15
+
16
options.virtualisation.vmware.guest = {
17
enable = mkEnableOption "VMWare Guest Support";
18
headless = mkOption {
0 commit comments