diff --git a/nixos/machines/ivanm-dfinity-razer.nix b/nixos/machines/ivanm-dfinity-razer.nix index 86eb5ce2..8dc1d3a6 100644 --- a/nixos/machines/ivanm-dfinity-razer.nix +++ b/nixos/machines/ivanm-dfinity-razer.nix @@ -10,6 +10,8 @@ ../dfinity.nix ]; + hardware.enableRedistributableFirmware = true; + # disable card with bbswitch by default since we turn it on only on demand! hardware.nvidiaOptimus.disable = true; diff --git a/nixos/raspberry-pi.nix b/nixos/raspberry-pi.nix index bd1cbaeb..00640ba3 100644 --- a/nixos/raspberry-pi.nix +++ b/nixos/raspberry-pi.nix @@ -40,6 +40,7 @@ environment.systemPackages = with pkgs; [ raspberrypi-eeprom + piclone ]; nix = {