mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 11:29:42 +01:00
fixup! Add support for GA402
This commit is contained in:
parent
e18b759b1b
commit
56566dc47f
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ ... }:
|
||||
{ lib, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
@ -11,7 +11,7 @@
|
|||
];
|
||||
|
||||
services = {
|
||||
asusd.enable = true;
|
||||
asusd.enable = lib.mkDefault true;
|
||||
};
|
||||
|
||||
boot = {
|
||||
|
|
Loading…
Reference in a new issue