More mistake fixes

This commit is contained in:
Parnell Springmeyer 2017-01-29 05:45:43 -06:00
parent 9f82c9903d
commit c5f1f9a3b5
No known key found for this signature in database
GPG Key ID: DCCF89258EAD874A
2 changed files with 2 additions and 2 deletions

View File

@ -11,6 +11,6 @@ in
config = mkIf cfg.enable {
environment.systemPackages = [ pkgs.kbdlight ];
security.setuidPrograms = [ "kbdlight" ];
security.wrappers.kbdlight.source = "${pkgs.kbdlight.out}/bin/kbdlight";
};
}

View File

@ -21,6 +21,6 @@ in
config = mkIf cfg.enable {
environment.systemPackages = [ pkgs.light ];
security.setuidPrograms = [ "light" ];
security.wrappers.light.source = "${pkgs.light.out}/bin/light";
};
}