[NixOS] Tweaks
This commit is contained in:
parent
7d1520faa3
commit
09d98d9512
@ -10,6 +10,8 @@
|
|||||||
../dfinity.nix
|
../dfinity.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
hardware.enableRedistributableFirmware = true;
|
||||||
|
|
||||||
# disable card with bbswitch by default since we turn it on only on demand!
|
# disable card with bbswitch by default since we turn it on only on demand!
|
||||||
hardware.nvidiaOptimus.disable = true;
|
hardware.nvidiaOptimus.disable = true;
|
||||||
|
|
||||||
|
@ -40,6 +40,7 @@
|
|||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
raspberrypi-eeprom
|
raspberrypi-eeprom
|
||||||
|
piclone
|
||||||
];
|
];
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
|
Loading…
Reference in New Issue
Block a user