added new user
This commit is contained in:
parent
ddbae84c1a
commit
a52a3b3a2e
7 changed files with 72 additions and 41 deletions
|
|
@ -55,7 +55,13 @@ in
|
|||
|
||||
environment.systemPackages = with pkgs; [ reboot-into-qubes ];
|
||||
|
||||
# hardware.graphics.extraPackages = with pkgs; [ rocmPackages.clr.icd ];
|
||||
hardware = {
|
||||
amdgpu = {
|
||||
opencl.enable = true;
|
||||
amdvlk.enable = true;
|
||||
};
|
||||
graphics.extraPackages = with pkgs; [ rocmPackages.clr.icd ];
|
||||
};
|
||||
|
||||
systemd.targets.hibernate.enable = false; # disable non-functional hibernate
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue