typo(modules/virtualization): missing i in cfg definition
This commit is contained in:
parent
16d67745f1
commit
d4542f1e53
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
with lib;
|
||||
with lib.hlissner;
|
||||
let
|
||||
cfg = config.modules.virtualzation;
|
||||
cfg = config.modules.virtualization;
|
||||
in
|
||||
{
|
||||
options.modules.virtualization = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue