Compare commits
2 commits
c65b69115c
...
620762f078
Author | SHA1 | Date | |
---|---|---|---|
620762f078 | |||
8327fd061b |
2 changed files with 1 additions and 2 deletions
|
@ -41,7 +41,6 @@ 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;
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ rustPlatform.buildRustPackage rec {
|
|||
./Cargo.lock.patch
|
||||
];
|
||||
cargoSha256 = "0kgjxq2319l2gh1xc0f3ir1pa6z7p62z3fccswwxrz7gbn7nc07c";
|
||||
cargoBuildFlags = ["--feature=standalone"];
|
||||
cargoBuildFlags = ["--features=standalone"];
|
||||
|
||||
buildInputs = [
|
||||
bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue