Compare commits
2 Commits
73aae35a59
...
cde20f895a
Author | SHA1 | Date |
---|---|---|
coolneng | cde20f895a | |
coolneng | 13c454491e |
|
@ -104,7 +104,7 @@ in {
|
||||||
identityPaths = [ "/etc/ssh/id_ed25519" ];
|
identityPaths = [ "/etc/ssh/id_ed25519" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable internal microphone when headphones are plugged in
|
# Enable internal microphone when headphones are plugged in and add workaround for frequent WiFi disconnects
|
||||||
hardware.firmware = [
|
hardware.firmware = [
|
||||||
(writeTextDir "/lib/firmware/hda-jack-retask.fw" ''
|
(writeTextDir "/lib/firmware/hda-jack-retask.fw" ''
|
||||||
[codec]
|
[codec]
|
||||||
|
@ -124,7 +124,10 @@ in {
|
||||||
0x1e 0x411111f0
|
0x1e 0x411111f0
|
||||||
'')
|
'')
|
||||||
];
|
];
|
||||||
boot.extraModprobeConfig = "options snd-hda-intel patch=hda-jack-retask.fw";
|
boot.extraModprobeConfig = ''
|
||||||
|
options snd-hda-intel patch=hda-jack-retask.fw
|
||||||
|
options mac80211 beacon_loss_count=1000 probe_wait_ms=75
|
||||||
|
'';
|
||||||
|
|
||||||
# Import other configuration modules
|
# Import other configuration modules
|
||||||
imports = [
|
imports = [
|
||||||
|
|
|
@ -38,11 +38,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1650701402,
|
"lastModified": 1650831523,
|
||||||
"narHash": "sha256-XKfstdtqDg+O+gNBx1yGVKWIhLgfEDg/e2lvJSsp9vU=",
|
"narHash": "sha256-6pDZ08SAXsUx5rOP391x+TG39ENP/XA8VMa1tQvgEjc=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "bc41b01dd7a9fdffd32d9b03806798797532a5fe",
|
"rev": "87d34a6b8982e901b8e50096b8e79ebc0e66cda0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Reference in New Issue