nixos/nvidia: fix typo in PM assert

This commit is contained in:
Timothy DeHerrera 2021-10-13 09:39:35 -06:00
parent f1220d72a3
commit 305ea3e9ed
No known key found for this signature in database
GPG Key ID: 19B7285E0F84A536

View File

@ -213,7 +213,7 @@ in
}
{
assertion = cfg.powerManagement.enable -> offloadCfg.enable;
assertion = cfg.powerManagement.finegrained -> offloadCfg.enable;
message = "Fine-grained power management requires offload to be enabled.";
}