Skip to content

Commit

Permalink
chore(voron): remove some other unused stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
truelecter committed Oct 12, 2023
1 parent f51c358 commit e2c022b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions cells/nixos/hosts/voron/_hardware-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,8 @@
};

environment.systemPackages = with pkgs; [
libraspberrypi
raspberrypi-eeprom
dtc
pkgs.i2c-tools
i2c-tools
];

environment.etc."u-boot-cm4".source = pkgs.ubootRaspberryPi4_64bit.override {
Expand Down
2 changes: 2 additions & 0 deletions cells/nixos/hosts/voron/_minimize.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@
services.journald.extraConfig = ''
SystemMaxUse=128M
'';

hardware.opengl.enable = false;
}

0 comments on commit e2c022b

Please sign in to comment.