diff options
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"; |