diff options
author | Alan Pearce | 2019-09-26 13:24:06 +0200 |
---|---|---|
committer | Alan Pearce | 2019-09-26 13:24:06 +0200 |
commit | e206cd977ea49bc948bf16941090e35ac5aed03e (patch) | |
tree | f1f695bfd49ab8f71acdcaf62a07924652b8694d | |
parent | cfedc4a28345e205f38c239bd7abd3f8bc4bfd18 (diff) | |
download | nixos-configuration-e206cd977ea49bc948bf16941090e35ac5aed03e.tar.lz nixos-configuration-e206cd977ea49bc948bf16941090e35ac5aed03e.tar.zst nixos-configuration-e206cd977ea49bc948bf16941090e35ac5aed03e.zip |
T470s: Remove unused monitor options
-rw-r--r-- | modules/machines/t470s.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/machines/t470s.nix b/modules/machines/t470s.nix index e2ce27e..54e44a0 100644 --- a/modules/machines/t470s.nix +++ b/modules/machines/t470s.nix @@ -40,11 +40,6 @@ dpi = 109; monitorSection = '' DisplaySize 310 176 - - Option "StandbyTime" "0" - Option "SuspendTime" "300" - Option "OffTime" "600" - Option "BlankTime" "0" ''; }; |