feat(hardware): add SoloKeys udev rules

This commit is contained in:
Felix Schröter 2023-09-29 14:10:29 +02:00
parent 333adf959e
commit 701e7ee70f
Signed by: felschr
GPG key ID: 671E39E6744C807D
2 changed files with 26 additions and 1 deletions
hardware

View file

@ -1,7 +1,7 @@
{ lib, pkgs, ... }:
{
imports = [ ./firmware.nix ./zsa.nix ];
imports = [ ./firmware.nix ./solokeys.nix ./zsa.nix ];
boot.supportedFilesystems = lib.mkDefault [ "btrfs" ];
boot.kernelPackages = lib.mkOverride 800 pkgs.linuxPackages_latest;