From 09d98d95129ac7684a3ab2ae0b06ae3790350542 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 11 Jul 2021 22:13:10 -0600 Subject: [PATCH] [NixOS] Tweaks --- nixos/machines/ivanm-dfinity-razer.nix | 2 ++ nixos/raspberry-pi.nix | 1 + 2 files changed, 3 insertions(+) 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 = {