From c31c21d4a65e8cc91877911144ac9baad6f16067 Mon Sep 17 00:00:00 2001 From: Daniel Meiburg Date: Thu, 28 Sep 2023 23:45:43 +0200 Subject: [PATCH] add light to p14s --- hosts/p14s/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/p14s/configuration.nix b/hosts/p14s/configuration.nix index b1f579b..2b61f28 100644 --- a/hosts/p14s/configuration.nix +++ b/hosts/p14s/configuration.nix @@ -22,6 +22,9 @@ networking.hostName = "p14s"; # Define your hostname. + users.users.dm.extraGroups = [ "video" ]; + programs.light.enable = true; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave