Skip to content

Commit

Permalink
hardware: enable ZSA udev rules
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
  • Loading branch information
sumnerevans committed May 14, 2024
1 parent 6896ec6 commit 65f247b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions modules/hardware/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ in {
virtualisation.libvirtd.enable = true;
environment.systemPackages = [ pkgs.virt-manager ];
users.users.sumner.extraGroups = [ "libvirtd" ];

# For flashing ErgoDox and Voyager.
hardware.keyboard.zsa.enable = true;
})

(mkIf cfg.isServer {
Expand Down

0 comments on commit 65f247b

Please sign in to comment.