1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-23 03:19:42 +01:00

fixup! Add support for GA402

This commit is contained in:
Alexandre Acebedo 2022-12-03 17:38:26 +01:00
parent e18b759b1b
commit 56566dc47f

View file

@ -1,4 +1,4 @@
{ ... }:
{ lib, ... }:
{
imports = [
@ -11,7 +11,7 @@
];
services = {
asusd.enable = true;
asusd.enable = lib.mkDefault true;
};
boot = {