Compare commits

...

2 commits

Author SHA1 Message Date
620762f078 remove systemd managed nic 2020-10-21 11:36:10 +02:00
8327fd061b fix build flags 2020-10-21 11:35:41 +02:00
2 changed files with 1 additions and 2 deletions

View file

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

View file

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