Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ifd3f committed Jan 2, 2025
1 parent 9fed295 commit 3889611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions machines/chungus/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ in with lib; {
enable = true;
useOSProber = true;
extraConfig = ''
GRUB_TERMINAL=console
GRUB_TERMINAL=gfxterm
GRUB_GFXMODE=640x480
'';
# TODO pick a grub background
Expand All @@ -116,7 +116,7 @@ in with lib; {
environment.systemPackages = with pkgs; [ openrgb ];

hardware.nvidia.open = true;

services.xserver.videoDrivers = [ "nvidia" ];
services.xserver.dpi = 224;

specialisation."VFIO".configuration = {
Expand Down

0 comments on commit 3889611

Please sign in to comment.