mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
treewide: fix mkEnableOption usage
This commit is contained in:
parent
f587de5d7f
commit
7d8742da87
41 changed files with 66 additions and 67 deletions
|
@ -900,7 +900,7 @@ in
|
|||
};
|
||||
|
||||
virtualisation.tpm = {
|
||||
enable = mkEnableOption "a TPM device in the virtual machine with a driver, using swtpm.";
|
||||
enable = mkEnableOption "a TPM device in the virtual machine with a driver, using swtpm";
|
||||
|
||||
package = mkPackageOption cfg.host.pkgs "swtpm" { };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue