machine(Akun): Refactor hardware configuration
This commit is contained in:
parent
8a6d134a2c
commit
149a4057a5
1 changed files with 8 additions and 0 deletions
|
|
@ -69,8 +69,16 @@
|
||||||
kernelPackages = pkgs.linuxPackages_cachyos;
|
kernelPackages = pkgs.linuxPackages_cachyos;
|
||||||
loader.systemd-boot.enable = true;
|
loader.systemd-boot.enable = true;
|
||||||
loader.efi.canTouchEfiVariables = true;
|
loader.efi.canTouchEfiVariables = true;
|
||||||
|
kernelParams = ["i915.enable_guc=2"];
|
||||||
};
|
};
|
||||||
nix = {settings = {system-features = ["gccarch-skylake"];};};
|
nix = {settings = {system-features = ["gccarch-skylake"];};};
|
||||||
|
hardware = {
|
||||||
|
graphics.package = pkgs.mesa_git;
|
||||||
|
intelgpu = {
|
||||||
|
vaapiDriver = "intel-vaapi-driver";
|
||||||
|
enableHybridCodec = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
system.stateVersion = "24.11";
|
system.stateVersion = "24.11";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue