update more options
This commit is contained in:
parent
2a6bc9f450
commit
bb577ae13f
|
@ -445,7 +445,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
# OpenGL
|
# OpenGL
|
||||||
hardware.opengl.enable = true;
|
hardware.graphics.enable = true;
|
||||||
|
|
||||||
# try to ensure we can use our network LaserJet
|
# try to ensure we can use our network LaserJet
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
# amd graphics
|
# 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
|
# our hostname and an ID for ZFS
|
||||||
networking.hostName = "mini";
|
networking.hostName = "mini";
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
# intel graphics
|
# 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
|
# our hostname and an ID for ZFS
|
||||||
networking.hostName = "neko";
|
networking.hostName = "neko";
|
||||||
|
|
Loading…
Reference in a new issue