summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2022-07-16 05:10:02 +0200
committerAlan Pearce2022-07-16 05:10:02 +0200
commit38676e88d3dac02b08e7c51e87926ef46c36c850 (patch)
treeeeea2848204cc5ee486f5aaabb636cdfd4ac8bda
parent2e7c21a266da5d1e69eee851dd56d0c16d5a2b76 (diff)
downloadnixfiles-38676e88d3dac02b08e7c51e87926ef46c36c850.tar.lz
nixfiles-38676e88d3dac02b08e7c51e87926ef46c36c850.tar.zst
nixfiles-38676e88d3dac02b08e7c51e87926ef46c36c850.zip
prefect: enable DPMS
-rw-r--r--system/prefect.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index 06a7f6b4..28a96d79 100644
--- a/system/prefect.nix
+++ b/system/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" {