diff --git a/lib/nixos/modules/autorandr.nix b/lib/nixos/modules/autorandr.nix
index ad4dace9..b5385e7e 100644
--- a/lib/nixos/modules/autorandr.nix
+++ b/lib/nixos/modules/autorandr.nix
@@ -4,7 +4,7 @@
 
     profiles =
       let
-        fingerprint = "00ffffffffffff000daef21400000000161c0104a51f117802ee95a3544c99260f505400000001010101010101010101010101010101363680a0703820402e1e240035ad10000018000000fe004e3134304843472d4751320a20000000fe00434d4e0a202020202020202020000000fe004e3134304843472d4751320a2000bb";
+        fingerprint = "00ffffffffffff000dae081400000000251d0104a51f117802ee95a3544c99260f505400000001010101010101010101010101010101363680a0703820403020350035ad1000001a000000fe004e3134304843472d4551310a20000000fe00434d4e0a202020202020202020000000fe004e3134304843472d4551310a200084";
         name = "eDP-1";
       in
       {
@@ -27,7 +27,7 @@
 
             "HDMI-1" = {
               enable = true;
-              mode = "2560x1440";
+              mode = "3840x2160";
               primary = true;
               rate = "59.95";
             };