mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Update laptop configuration
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{ pkgs, config, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
@@ -8,6 +8,8 @@
|
||||
|
||||
networking.hostName = "laptop";
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
hardware.firmware = [ pkgs.broadcom-bt-firmware ];
|
||||
boot.extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];
|
||||
|
||||
@@ -21,7 +23,7 @@
|
||||
};
|
||||
programs.git = {
|
||||
signing = {
|
||||
key = "86C465C22C8A4D56";
|
||||
key = "11BA77C2BDCEBF6A";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user