nixos-mods/frontend: fix order of options

secrix-issue25
Felix Stupp 1 year ago
parent 27d8aca5df
commit 97a59295ca
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -392,8 +392,8 @@ in
};
hwCommon.enable = true;
vmCommon.enable = false;
useable.enable = true;
vmCommon.enable = false;
};

Loading…
Cancel
Save