Update FredOS-Macbook.nix
This commit is contained in:
parent
bead85e23b
commit
5dc8be34ea
1 changed files with 5 additions and 2 deletions
|
|
@ -4,8 +4,11 @@
|
|||
config = lib.mkIf (config.networking.hostName == "FredOS-Macbook") {
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Package names here
|
||||
tlp
|
||||
|
||||
];
|
||||
|
||||
# Enable tlp service
|
||||
services.tlp.enable = true;
|
||||
|
||||
# Bootloader
|
||||
boot = {
|
||||
|
|
@ -28,7 +31,7 @@
|
|||
|
||||
# Put nixpkgs config INSIDE the mkIf
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"broadcom-sta-6.30.223.271-59-6.18.1"
|
||||
pkgs.lib.getName config.boot.kernelPackages.broadcom_sta
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue