update more options

This commit is contained in:
Christoph Cullmann 2024-06-21 23:46:35 +02:00
parent 2a6bc9f450
commit bb577ae13f
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -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;

View file

@ -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";

View file

@ -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";