mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
Temporarily disable logitech lcd on north
This commit is contained in:
parent
19a55c9a45
commit
d26cf71ee9
1 changed files with 3 additions and 1 deletions
|
|
@ -25,7 +25,9 @@
|
|||
];
|
||||
};
|
||||
|
||||
hardware.logitech.lcd.enable = true;
|
||||
# Disable until https://github.com/NixOS/nixpkgs/issues/368642 is resolved
|
||||
# hardware.logitech.lcd.enable = true;
|
||||
|
||||
services = {
|
||||
fstrim.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue