treewide: fix mkEnableOption usage

This commit is contained in:
éclairevoyant 2024-06-03 12:59:45 -04:00
parent f587de5d7f
commit 7d8742da87
No known key found for this signature in database
GPG key ID: E3813AEAA02DB54B
41 changed files with 66 additions and 67 deletions

View file

@ -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" { };