diff options
author | Alan Pearce | 2022-07-16 05:10:02 +0200 |
---|---|---|
committer | Alan Pearce | 2022-07-16 05:10:02 +0200 |
commit | 38676e88d3dac02b08e7c51e87926ef46c36c850 (patch) | |
tree | eeea2848204cc5ee486f5aaabb636cdfd4ac8bda | |
parent | 2e7c21a266da5d1e69eee851dd56d0c16d5a2b76 (diff) | |
download | nixfiles-38676e88d3dac02b08e7c51e87926ef46c36c850.tar.lz nixfiles-38676e88d3dac02b08e7c51e87926ef46c36c850.tar.zst nixfiles-38676e88d3dac02b08e7c51e87926ef46c36c850.zip |
prefect: enable DPMS
-rw-r--r-- | system/prefect.nix | 3 |
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" { |