This commit is contained in:
parent
6e02535834
commit
cdf5828fc8
2 changed files with 15 additions and 2 deletions
5
modules/hardware/misc/cpu-hotplug.nix
Normal file
5
modules/hardware/misc/cpu-hotplug.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ ... }: {
|
||||
services.udev.extraRules = ''
|
||||
SUBSYSTEM=="cpu", ACTION=="add", TEST=="online", ATTR{online}=="0", ATTR{online}="1"
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue