Compare commits

..

No commits in common. "cde20f895a01fd9e11f5ba19cca22e8cd48394b1" and "73aae35a597b6ff04a0956f78707d53e1af071fd" have entirely different histories.

2 changed files with 5 additions and 8 deletions

View File

@ -104,7 +104,7 @@ in {
identityPaths = [ "/etc/ssh/id_ed25519" ];
};
# Enable internal microphone when headphones are plugged in and add workaround for frequent WiFi disconnects
# Enable internal microphone when headphones are plugged in
hardware.firmware = [
(writeTextDir "/lib/firmware/hda-jack-retask.fw" ''
[codec]
@ -124,10 +124,7 @@ in {
0x1e 0x411111f0
'')
];
boot.extraModprobeConfig = ''
options snd-hda-intel patch=hda-jack-retask.fw
options mac80211 beacon_loss_count=1000 probe_wait_ms=75
'';
boot.extraModprobeConfig = "options snd-hda-intel patch=hda-jack-retask.fw";
# Import other configuration modules
imports = [

View File

@ -38,11 +38,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1650831523,
"narHash": "sha256-6pDZ08SAXsUx5rOP391x+TG39ENP/XA8VMa1tQvgEjc=",
"lastModified": 1650701402,
"narHash": "sha256-XKfstdtqDg+O+gNBx1yGVKWIhLgfEDg/e2lvJSsp9vU=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "87d34a6b8982e901b8e50096b8e79ebc0e66cda0",
"rev": "bc41b01dd7a9fdffd32d9b03806798797532a5fe",
"type": "github"
},
"original": {