mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 22:41:52 +03:00
123
This commit is contained in:
@@ -30,6 +30,12 @@ let
|
|||||||
earlyoom.enable = true;
|
earlyoom.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hardware = {
|
||||||
|
graphics.enable = true;
|
||||||
|
amdgpu.opencl.enable = true;
|
||||||
|
amdgpu.amdvlk.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
firewall.enable = false;
|
firewall.enable = false;
|
||||||
hostName = xlib.device.hostname;
|
hostName = xlib.device.hostname;
|
||||||
|
|||||||
Reference in New Issue
Block a user