Partially revert laptop conf

This commit is contained in:
Vili Sinervä 2024-12-06 19:25:57 +02:00
parent 2334cfdee6
commit b9145a30e1
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996
3 changed files with 40 additions and 12 deletions

View file

@ -80,7 +80,7 @@
];
services.xserver.displayManager.setupCommands = ''
${pkgs.xorg.xrandr}/bin/xrandr --output DP-1 --auto --pos 0x0 --primary --output eDP-1 --auto --pos 3840x360
${pkgs.xorg.xrandr}/bin/xrandr --output DisplayPort-0 --auto --pos 0x0 --primary --output eDP --auto --pos 3840x360
'';
system.autoUpgrade.allowReboot = pkgs.lib.mkForce false;