docker
This commit is contained in:
parent
3d202d60f0
commit
54fb7f4245
4 changed files with 24 additions and 4 deletions
|
|
@ -77,7 +77,7 @@ AttrKeyboardIntegration=internal";
|
|||
# macropad
|
||||
ACTION=="add", ATTRS{idVendor}="32ac", ATTRS{idProduct}="0013", ATTR{power/wakeup}="disabled"
|
||||
#
|
||||
ACTION=="add", ATTRS{idVendor}="32ac", ATTRS{idProduct}="", ATTR{power/wakeup}="disabled"
|
||||
# ACTION=="add", ATTRS{idVendor}="32ac", ATTRS{idProduct}="", ATTR{power/wakeup}="disabled"
|
||||
'';
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
|
|
|||
3
systems/NOriscv.nix
Normal file
3
systems/NOriscv.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{lib, ...}: {
|
||||
nixpkgs.hostPlatform = "riscv64";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue