More mistake fixes

This commit is contained in:
Parnell Springmeyer
2017-01-29 05:45:43 -06:00
parent 9f82c9903d
commit c5f1f9a3b5
2 changed files with 2 additions and 2 deletions
+1 -1
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";
};
}