From 0ffd971823ef70fa5d17a148e45b231d27a48cfc Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Thu, 27 Feb 2025 15:39:02 -0500 Subject: [PATCH] Minor text-only edits --- hosts/default/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 1f7f340..47c5087 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -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;