Update packages for hephaestus

This commit is contained in:
Dave Gallant
2022-10-17 20:35:05 -04:00
parent 2d26d1697b
commit 7237ed70b0
6 changed files with 31 additions and 40 deletions

View File

@@ -5,10 +5,6 @@
}: {
imports = [./hardware.nix];
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
hardware.opengl.enable = true;
networking = {
@@ -35,14 +31,6 @@
services.tailscale = {enable = true;};
services.xserver = {
videoDrivers = ["nvidia"];
deviceSection = ''
Option "Coolbits" "4"
'';
exportConfiguration = true;
videoDrivers = ["amdgpu"];
};
services.udev.extraRules = ''
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0666"
'';
}