diff options
author | Linnnus <[email protected]> | 2023-10-02 21:32:59 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-10-02 21:35:28 +0200 |
commit | e6a2db013643906726c842c10f6f884bf2bf0104 (patch) | |
tree | 29d9de73eb2e5d4d714735ed9805992e467b11be /hosts | |
parent | b947499fe97fd38853c0483ad65ff3cca4ddbc49 (diff) |
Move options{.=>.services.}disable-screen
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/ahmed/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/ahmed/configuration.nix b/hosts/ahmed/configuration.nix index c4d585f..6c3a2d3 100644 --- a/hosts/ahmed/configuration.nix +++ b/hosts/ahmed/configuration.nix @@ -84,7 +84,7 @@ # Use as main driver temporarily. # modules.graphics.enable = true; - disable-screen = { + services.disable-screen = { enable = true; # The path to the device. device-path = "/sys/class/backlight/intel_backlight"; |