Disable power-profiles-daemon

This commit is contained in:
Dave Gallant
2021-05-15 00:54:12 -04:00
parent 96983c4ecb
commit 9de49e2b48
2 changed files with 8 additions and 6 deletions

12
flake.lock generated
View File

@@ -22,11 +22,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1620849144, "lastModified": 1620983891,
"narHash": "sha256-DJWzAPc4o6+fSKSAAqx3YXyQZppAR9LBVYn+WWYuKcI=", "narHash": "sha256-E2OKVgGo/cUqDsrIeYGVx64b4cxgzd7+bX33NHL0rbA=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "9e58ee154c06289390cd28aeb87bdc099248a6aa", "rev": "c4399b921fa7ff5f93ee10b3521b56b722ed74d8",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -38,11 +38,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1620830445, "lastModified": 1620901170,
"narHash": "sha256-CE4R4OlOcTUATacRZMo5hyS9n47U6A0G5SASNoo4TbI=", "narHash": "sha256-hsJnA0fH6gGzj9KOoolUR+8mw+wNAJC/2SxjZsEq1AI=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "65d6153aec85c8cb46023f0a7248628f423ca4ee", "rev": "d1601a40c48426ae460eede1675fd1d6ee23e198",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -11,5 +11,7 @@
networking.interfaces.wlp61s0.useDHCP = true; networking.interfaces.wlp61s0.useDHCP = true;
services.power-profiles-daemon.enable = false;
} }