all repos — nixfiles @ 38676e88d3dac02b08e7c51e87926ef46c36c850

System and user configuration, managed by nix and home-manager

prefect: enable DPMS
Alan Pearce alan@alanpearce.eu
Sat, 16 Jul 2022 05:10:02 +0200
commit

38676e88d3dac02b08e7c51e87926ef46c36c850

parent

2e7c21a266da5d1e69eee851dd56d0c16d5a2b76

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M system/prefect.nixsystem/prefect.nix
@@ -39,6 +39,9 @@   services.xserver.screenSection = ''
     Option "MetaModes" "2560x1440_120 +0+0 { }"
   '';
+  services.xserver.monitorSection = ''
+    Option "DPMS"
+  '';
   boot.loader.grub.useOSProber = false;
   boot.loader.grub.extraEntries = ''
     menuentry "Windows" {