about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--adho-configuration.nix1
-rw-r--r--configuration.nix1
2 files changed, 1 insertions, 1 deletions
diff --git a/adho-configuration.nix b/adho-configuration.nix
index 0f8e17bb0015..c5aada6a9a94 100644
--- a/adho-configuration.nix
+++ b/adho-configuration.nix
@@ -6,4 +6,5 @@
   networking.hostName = "adho";
   networking.connman.enable = true;
   services.xserver.libinput.enable = true;
+  programs.light.enable = true;
 }
diff --git a/configuration.nix b/configuration.nix
index 19404be34d9a..c88739298ca9 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -18,7 +18,6 @@ in {
   boot.loader.efi.canTouchEfiVariables = true;
 
   hardware.pulseaudio.enable = true;
-  programs.light.enable = true;
 
   # Set your time zone.
   time.timeZone = "Europe/Oslo";