update more options
This commit is contained in:
parent
2a6bc9f450
commit
bb577ae13f
|
@ -445,7 +445,7 @@ in
|
|||
};
|
||||
|
||||
# OpenGL
|
||||
hardware.opengl.enable = true;
|
||||
hardware.graphics.enable = true;
|
||||
|
||||
# try to ensure we can use our network LaserJet
|
||||
services.printing.enable = true;
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
];
|
||||
|
||||
# amd graphics
|
||||
hardware.opengl.extraPackages = with pkgs; [ amdvlk rocm-opencl-icd rocm-opencl-runtime ];
|
||||
hardware.graphics.extraPackages = with pkgs; [ amdvlk rocm-opencl-icd rocm-opencl-runtime ];
|
||||
|
||||
# our hostname and an ID for ZFS
|
||||
networking.hostName = "mini";
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
];
|
||||
|
||||
# intel graphics
|
||||
hardware.opengl.extraPackages = with pkgs; [ intel-media-driver intel-compute-runtime ];
|
||||
hardware.graphics.extraPackages = with pkgs; [ intel-media-driver intel-compute-runtime ];
|
||||
|
||||
# our hostname and an ID for ZFS
|
||||
networking.hostName = "neko";
|
||||
|
|
Loading…
Reference in a new issue