Fix home manager modules issues + update Odin

This commit is contained in:
Filippo Berto 2022-03-29 09:50:31 +02:00
parent 7d46411265
commit 35a3d8cc4e
6 changed files with 29 additions and 23 deletions

View file

@ -87,6 +87,8 @@
drivers = with pkgs; [ gutenprint cups-kyocera ];
};
services.fwupd.enable = true;
# Enable sound.
# PULSE
# sound.enable = true;
@ -190,10 +192,10 @@
services.smartd = { enable = true; notifications.x11.enable = true; };
# FPRINTD
services.fprintd = {
enable = true;
tod = { enable = true; driver = pkgs.libfprint-2-tod1-goodix; };
};
# services.fprintd = {
# enable = true;
# tod = { enable = true; driver = pkgs.libfprint-2-tod1-goodix; };
# };
security.pam.services.login.fprintAuth = true;
security.pam.services.xscreensaver.fprintAuth = true;
@ -207,11 +209,11 @@
# Virtualisation
virtualisation = {
docker.enable = true;
kvmgt.enable = true;
libvirtd.enable = true;
podman.enable = true;
virtualbox.host.enable = true;
docker.enable = true;
};
# Allow completion for system packages

View file

@ -13,11 +13,12 @@
hardware.cpu.intel.updateMicrocode = config.hardware.enableRedistributableFirmware;
hardware.opengl.enable = true;
hardware.opengl.extraPackages = with pkgs; [
intel-media-driver
vaapiIntel
vaapiVdpau
libvdpau-va-gl
intel-media-driver
];
services.xserver = {