Compare commits

..

No commits in common. "620762f078bda8719a8b54756ea755f416a91eb6" and "c65b69115cb81e6db6c23adad281626cfcfac2d3" have entirely different histories.

2 changed files with 2 additions and 1 deletions

View file

@ -41,6 +41,7 @@ in {
hardware.cpu.intel.updateMicrocode = true;
networking.hostId = "eff291c4";
networking.hostName = "sphere";
networking.interfaces.enp0s20f0u1.useDHCP = true;
powerManagement.powertop.enable = true;
services.tlp.enable = true;

View file

@ -12,7 +12,7 @@ rustPlatform.buildRustPackage rec {
./Cargo.lock.patch
];
cargoSha256 = "0kgjxq2319l2gh1xc0f3ir1pa6z7p62z3fccswwxrz7gbn7nc07c";
cargoBuildFlags = ["--features=standalone"];
cargoBuildFlags = ["--feature=standalone"];
buildInputs = [
bash