Compare commits

..

2 Commits

Author SHA1 Message Date
jay
41ecfa25f1 Disable powermanagement. 2025-08-02 22:01:14 -04:00
jay
1b9070c79e Flake update. 2025-08-02 22:01:04 -04:00
2 changed files with 6 additions and 11 deletions

12
flake.lock generated
View File

@@ -571,11 +571,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1754060105,
"narHash": "sha256-di5L6e5Iiv+oegS07j9h23FdqEpXn0ZQqMlDOEMw1EY=",
"lastModified": 1754151594,
"narHash": "sha256-S30TWshtDmNlU30u842RidFUraKj1f2dd4nrKRHm3gE=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "e7eabdc701d7dbb810fd91a97ec358caa4c1fc50",
"rev": "7b6929d8b900de3142638310f8bc40cff4f2c507",
"type": "github"
},
"original": {
@@ -587,11 +587,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1754060105,
"narHash": "sha256-di5L6e5Iiv+oegS07j9h23FdqEpXn0ZQqMlDOEMw1EY=",
"lastModified": 1754151594,
"narHash": "sha256-S30TWshtDmNlU30u842RidFUraKj1f2dd4nrKRHm3gE=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "e7eabdc701d7dbb810fd91a97ec358caa4c1fc50",
"rev": "7b6929d8b900de3142638310f8bc40cff4f2c507",
"type": "github"
},
"original": {

View File

@@ -48,10 +48,5 @@
};
};
powerManagement = {
cpuFreqGovernor = "ondemand";
enable = "true";
};
}