This commit is contained in:
2025-07-31 12:16:30 +03:00
parent 83e7d98aa8
commit 93ef99b14b
2 changed files with 20 additions and 14 deletions
+4 -6
View File
@@ -16,7 +16,6 @@
"/dev/dri/renderD128"
];
imports = [
(modulesPath + "/installer/scan/not-detected.nix")
];
@@ -31,7 +30,10 @@
"usbhid"
"sd_mod"
];
kernelModules = [ "kvm-amd" "amdgpu" ];
kernelModules = [
"kvm-amd"
"amdgpu"
];
extraModulePackages = [ ];
};
@@ -42,10 +44,6 @@
systemd.tmpfiles.rules = [
"L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}"
];
#
# environment.systemPackages = with pkgs; [
# clinfo
# ];
fileSystems = {
"/" = {