mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +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 = {
|
services = {
|
||||||
fstrim.enable = true;
|
fstrim.enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue