[NixOS] Tweaks

This commit is contained in:
Ivan Malison 2021-07-11 22:13:10 -06:00
parent 7d1520faa3
commit 09d98d9512
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
2 changed files with 3 additions and 0 deletions

View File

@ -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;

View File

@ -40,6 +40,7 @@
environment.systemPackages = with pkgs; [
raspberrypi-eeprom
piclone
];
nix = {