all repos — archive/nixos-configuration @ c74a9e9fefee59a23759de6791b19771316691fc

Superseded by nixfiles

Merge branch 'master' of https://git.alanpearce.eu/nixos-configuration

Alan Pearce
commit

c74a9e9fefee59a23759de6791b19771316691fc

parent

5f4723df19ab14b917b98677aa74d20aaf5a6557

1 file changed, 7 insertions(+), 5 deletions(-)

changed files
M modules/machines/t470s.nixmodules/machines/t470s.nix
@@ -5,6 +5,8 @@ hardware.firmware = with pkgs; [
firmwareLinuxNonfree ]; + boot.kernelPackages = pkgs.linuxPackages_4_17; + systemd.services.ModemManager.enable = true; hardware.pulseaudio.extraConfig = ''
@@ -12,11 +14,11 @@ load-module module-alsa-sink device=hw:0,7
''; # Try a different acceleration method; maybe it helps with screen corruption - services.xserver.deviceSection = '' - Option "AccelMethod" "sna" - Option "TearFree" "true" - Option "TripleBuffer" "false" - ''; + # services.xserver.deviceSection = '' + # Option "AccelMethod" "sna" + # Option "TearFree" "true" + # Option "TripleBuffer" "false" + # ''; services.xserver.monitorSection = '' DisplaySize 310 176