Compare commits

...

3 Commits

Author SHA1 Message Date
jay
a20c7f5789 Enable powermanagement, set default cpu governor. 2025-08-02 12:14:49 -04:00
jay
0053d89359 Flake update. 2025-08-02 12:14:40 -04:00
jay
b0e594a547 Set nixy cpu governor to ondemand. 2025-08-02 12:07:41 -04:00
2 changed files with 17 additions and 12 deletions

24
flake.lock generated
View File

@@ -555,11 +555,11 @@
}, },
"nixpkgs-stable-nixos": { "nixpkgs-stable-nixos": {
"locked": { "locked": {
"lastModified": 1753749649, "lastModified": 1754028485,
"narHash": "sha256-+jkEZxs7bfOKfBIk430K+tK9IvXlwzqQQnppC2ZKFj4=", "narHash": "sha256-IiiXB3BDTi6UqzAZcf2S797hWEPCRZOwyNThJIYhUfk=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "1f08a4df998e21f4e8be8fb6fbf61d11a1a5076a", "rev": "59e69648d345d6e8fef86158c555730fa12af9de",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -571,11 +571,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1753934836, "lastModified": 1754060105,
"narHash": "sha256-G06FmIBj0I5bMW1Q8hAEIl5N7IHMK7+Ta4KA+BmneDA=", "narHash": "sha256-di5L6e5Iiv+oegS07j9h23FdqEpXn0ZQqMlDOEMw1EY=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "8679b16e11becd487b45d568358ddf9d5640d860", "rev": "e7eabdc701d7dbb810fd91a97ec358caa4c1fc50",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -587,11 +587,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1753934836, "lastModified": 1754060105,
"narHash": "sha256-G06FmIBj0I5bMW1Q8hAEIl5N7IHMK7+Ta4KA+BmneDA=", "narHash": "sha256-di5L6e5Iiv+oegS07j9h23FdqEpXn0ZQqMlDOEMw1EY=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "8679b16e11becd487b45d568358ddf9d5640d860", "rev": "e7eabdc701d7dbb810fd91a97ec358caa4c1fc50",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -885,11 +885,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1753933355, "lastModified": 1754138446,
"narHash": "sha256-4QxMcKS6oc+cG8efwwAin4M+YOokBak1dVS8u5P3b5M=", "narHash": "sha256-dv9H6HK/yGHYgmixBlyQxgSVyMQvKxJx/hDhngqGkvY=",
"owner": "0xc000022070", "owner": "0xc000022070",
"repo": "zen-browser-flake", "repo": "zen-browser-flake",
"rev": "fa795a139a8c92b140bc21f11f61da1c97ad5b1d", "rev": "c451de612fa40c25d7f0532f8550a6f99dedf6e2",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

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