Machines/WinMax2: enable bolt
This commit is contained in:
parent
94b0eb3d65
commit
e2925ee06a
1 changed files with 6 additions and 3 deletions
|
|
@ -48,9 +48,12 @@
|
|||
ACTION=="add", SUBSYSTEM=="i2c", ATTR{name}=="PNP0C50:00", ATTR{power/wakeup}="disabled"
|
||||
'';
|
||||
|
||||
services.handheld-daemon = {
|
||||
enable = true;
|
||||
user = "toast";
|
||||
services = {
|
||||
hardware.bolt.enable = true;
|
||||
handheld-daemon = {
|
||||
enable = true;
|
||||
user = "toast";
|
||||
};
|
||||
};
|
||||
|
||||
# Allow unfree packages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue