chore: refine yubikey settings

This commit is contained in:
Swarsel 2024-07-11 16:40:50 +02:00
parent 26f8576d6c
commit 183c04212f
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
18 changed files with 227 additions and 844 deletions

View file

@ -58,7 +58,7 @@
nixpkgs.config.packageOverrides = pkgs: {
vaapiIntel = pkgs.vaapiIntel.override { enableHybridCodec = true; };
};
hardware.opengl = {
hardware.graphics = {
enable = true;
extraPackages = with pkgs; [
intel-media-driver # LIBVA_DRIVER_NAME=iHD

View file

@ -36,7 +36,6 @@ in {
./hardware-configuration.nix
# we import here a service that is not available yet on normal nixpkgs
# this module is hence not in the modules list, we add it ourselves
(unstable + "/nixos/modules/services/matrix/mautrix-signal.nix")
];
networking.hostName = "matrix"; # Define your hostname.