remove the minimal settings from raspi4

This commit is contained in:
Andreas Zweili 2022-03-16 16:10:23 +01:00
parent 0b8a6699af
commit 8606bc412a
1 changed files with 0 additions and 4 deletions

View File

@ -16,10 +16,6 @@
hardware.raspberry-pi."4".audio.enable = true;
hardware.pulseaudio.enable = true;
documentation.enable = false;
documentation.nixos.enable = false;
programs.command-not-found.enable = false;
environment.systemPackages = with pkgs; [
raspberrypi-eeprom
];