Minor text-only edits
This commit is contained in:
parent
0560b4a2ab
commit
0ffd971823
1 changed files with 3 additions and 1 deletions
|
@ -44,9 +44,10 @@
|
|||
# boot.kernelPackages = pkgs.linuxPackages_6_12;
|
||||
boot.kernelPackages = pkgs.linuxPackages_zen;
|
||||
# nct6775 - for monitoring functions on ASUS ROG STRIX B550-F GAMING WIFI II
|
||||
# kvm-amd - AMD virtualization support
|
||||
boot.kernelModules = [ "kvm-amd" "nct6775" ];
|
||||
|
||||
# Direct patching for enabling for async reprojection (steamvr) on AMD
|
||||
# Direct patching for enabling for async reprojection (for SteamVR) on AMD
|
||||
boot.kernelPatches = [
|
||||
{
|
||||
name = "amdgpu-ignore-ctx-privileges";
|
||||
|
@ -64,6 +65,7 @@
|
|||
|
||||
# Feel like I should be sure this is safe w/flakes first:
|
||||
#system.autoUpgrade.enable = true;
|
||||
|
||||
# sets up things so envs can do shebang whatever
|
||||
# instead of #!/usr/bin/env whatever
|
||||
#services.envfs.enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue