treewide: mark things that have to be done

This commit is contained in:
Yegor Timoshenko
2017-12-25 21:26:29 +00:00
parent 554629a957
commit d1d99eb158
8 changed files with 12 additions and 7 deletions

View File

@@ -8,6 +8,8 @@
];
boot = {
# TODO: this configuration seems to be very aggressive.
# Ask @peti if it's stable or not.
kernelParams = [
"drm.debug=0"
"drm.vblankoffdelay=1"

View File

@@ -10,6 +10,7 @@
extraModprobeConfig = lib.mkDefault ''
options bbswitch use_acpi_to_detect_card_state=1
'';
# TODO: probably enable tcsd? Is this line necessary?
kernelModules = [ "tpm-rng" ];
};
}

View File

@@ -4,7 +4,7 @@
imports = [
../.
../../../common/cpu/intel
../../../common/pc/laptop/hdd
../../../common/pc/laptop/hdd # TODO: reverse compat
../tp-smapi.nix
];
}