some stuff

This commit is contained in:
Alexander Szczepanski
2021-12-12 10:25:07 +01:00
parent c9414f1fbd
commit 212a863956
5 changed files with 9 additions and 6 deletions

View File

@ -44,8 +44,9 @@ in
initrd.kernelModules = [ "amdgpu" ];
plymouth.enable = true;
extraModulePackages = with pkgs.linuxPackages; [ it87 ];
extraModulePackages = with pkgs.linuxPackages_lqx; [ it87 ];
kernelModules = [ "it87" "v4l2loopback" ];
kernelPackages = pkgs.linuxPackages_lqx;
};
networking = {
@ -121,9 +122,9 @@ in
netdata.enable = true;
printing.enable = true;
xserver.videoDrivers = [ "amdgpu" ];
# xserver.deviceSection = ''
# Option "TearFree" "true"
# '';
xserver.deviceSection = ''
Option "TearFree" "true"
'';
# hardware.xow.enable = true;
borgbackup.jobs.home = rec {
compression = "auto,zstd";

View File

@ -212,7 +212,6 @@ in
nvidia-offload
# xorg.xf86videointel
intel-gpu-tools
gnome.simple-scan
];
networking.firewall.enable = false;