mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
Merge branch 'master' of github.com:oqyude/nixos
This commit is contained in:
@@ -29,18 +29,15 @@
|
||||
extraModulePackages = [ ];
|
||||
};
|
||||
|
||||
hardware = {
|
||||
amdgpu = {
|
||||
opencl.enable = true;
|
||||
amdvlk = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
graphics.extraPackages = with pkgs; [
|
||||
mesa
|
||||
amf
|
||||
];
|
||||
};
|
||||
# hardware = {
|
||||
# amdgpu = {
|
||||
# opencl.enable = true;
|
||||
# };
|
||||
# graphics.extraPackages = with pkgs; [
|
||||
# mesa
|
||||
# amf
|
||||
# ];
|
||||
# };
|
||||
# systemd.tmpfiles.rules = [
|
||||
# "L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}"
|
||||
# ];
|
||||
|
||||
@@ -74,9 +74,6 @@ let
|
||||
|
||||
hardware = {
|
||||
bluetooth.enable = true;
|
||||
graphics.extraPackages = with pkgs; [
|
||||
amdvlk
|
||||
];
|
||||
};
|
||||
|
||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||
|
||||
Reference in New Issue
Block a user