Skip to content

Commit

Permalink
tweak boot config
Browse files Browse the repository at this point in the history
  • Loading branch information
viperML committed Dec 14, 2023
1 parent 7c0c540 commit de64ef2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions hosts/hermes/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"ahci"
"nvme"
"usbhid"
"amdgpu"
# "amdgpu"
"kvm-intel"
];
};
Expand Down Expand Up @@ -99,7 +99,7 @@
mouse.accelSpeed = "0.0";
mouse.middleEmulation = false;
};
videoDrivers = ["amdgpu"];
# videoDrivers = ["amdgpu"];
};

console = {
Expand Down
3 changes: 1 addition & 2 deletions hosts/hermes/disks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ in {
boot.loader = {
systemd-boot = {
enable = true;
consoleMode = "max";
editor = false;
configurationLimit = 10;
};
efi = {
canTouchEfiVariables = true;
inherit efiSysMountPoint;
};
timeout = 1;
timeout = 0;
};

boot.tmp.useTmpfs = true;
Expand Down

0 comments on commit de64ef2

Please sign in to comment.