From 966a4c647b699346c4a73ad4c96156231c81c034 Mon Sep 17 00:00:00 2001 From: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> Date: Sun, 17 Sep 2023 22:24:43 +0200 Subject: [PATCH] firmware --- nixos/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 663a044..859f4bb 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -228,6 +228,9 @@ }; }; + hardware.enableAllFirmware = true; + + hardware.openrazer.enable = true; # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ];