diff --git a/hardware/xps15-sphere.nix b/hardware/xps15-sphere.nix index 80c0b2e..6ab7175 100644 --- a/hardware/xps15-sphere.nix +++ b/hardware/xps15-sphere.nix @@ -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; diff --git a/packages/notcoal/default.nix b/packages/notcoal/default.nix index e571836..7c080eb 100644 --- a/packages/notcoal/default.nix +++ b/packages/notcoal/default.nix @@ -12,7 +12,7 @@ rustPlatform.buildRustPackage rec { ./Cargo.lock.patch ]; cargoSha256 = "0kgjxq2319l2gh1xc0f3ir1pa6z7p62z3fccswwxrz7gbn7nc07c"; - cargoBuildFlags = ["--feature=standalone"]; + cargoBuildFlags = ["--features=standalone"]; buildInputs = [ bash