diff --git a/flake.lock b/flake.lock index 66491d4..c86bab1 100644 --- a/flake.lock +++ b/flake.lock @@ -22,11 +22,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1620849144, - "narHash": "sha256-DJWzAPc4o6+fSKSAAqx3YXyQZppAR9LBVYn+WWYuKcI=", + "lastModified": 1620983891, + "narHash": "sha256-E2OKVgGo/cUqDsrIeYGVx64b4cxgzd7+bX33NHL0rbA=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "9e58ee154c06289390cd28aeb87bdc099248a6aa", + "rev": "c4399b921fa7ff5f93ee10b3521b56b722ed74d8", "type": "github" }, "original": { @@ -38,11 +38,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1620830445, - "narHash": "sha256-CE4R4OlOcTUATacRZMo5hyS9n47U6A0G5SASNoo4TbI=", + "lastModified": 1620901170, + "narHash": "sha256-hsJnA0fH6gGzj9KOoolUR+8mw+wNAJC/2SxjZsEq1AI=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "65d6153aec85c8cb46023f0a7248628f423ca4ee", + "rev": "d1601a40c48426ae460eede1675fd1d6ee23e198", "type": "github" }, "original": { diff --git a/machines/hermes/configuration.nix b/machines/hermes/configuration.nix index 5deebf1..7270a94 100644 --- a/machines/hermes/configuration.nix +++ b/machines/hermes/configuration.nix @@ -11,5 +11,7 @@ networking.interfaces.wlp61s0.useDHCP = true; + services.power-profiles-daemon.enable = false; + }