From 8327fd061bfe4bbc135a59d0bf38accd55711191 Mon Sep 17 00:00:00 2001 From: foosinn Date: Wed, 21 Oct 2020 11:35:41 +0200 Subject: [PATCH 1/2] fix build flags --- packages/notcoal/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 620762f078bda8719a8b54756ea755f416a91eb6 Mon Sep 17 00:00:00 2001 From: foosinn Date: Wed, 21 Oct 2020 11:36:01 +0200 Subject: [PATCH 2/2] remove systemd managed nic --- hardware/xps15-sphere.nix | 1 - 1 file changed, 1 deletion(-) 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;