Skip to content

Commit

Permalink
Remove ax88179_178a USB network card kernel patch
Browse files Browse the repository at this point in the history
Signed-off-by: Mika Tammi <mika.tammi@unikie.com>
  • Loading branch information
Mika Tammi committed Apr 18, 2024
1 parent 1733657 commit 1308da9
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 36 deletions.
29 changes: 0 additions & 29 deletions modules/common/hardware/ax88179_178a.nix

This file was deleted.

2 changes: 0 additions & 2 deletions modules/common/hardware/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@
./x86_64-linux.nix
./x86_64-generic
./definition.nix

./ax88179_178a.nix
];
}
1 change: 0 additions & 1 deletion targets/generic-x86_64/flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
{
ghaf = {
hardware.x86_64.common.enable = true;
hardware.ax88179_178a.enable = true;

virtualization.microvm-host.enable = true;
virtualization.microvm-host.networkSupport = true;
Expand Down
3 changes: 0 additions & 3 deletions targets/lenovo-x1-installer/flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@
in {
imports = [
"${toString modulesPath}/installer/cd-dvd/installation-cd-minimal.nix"
../../modules/common/hardware/ax88179_178a.nix
];

ghaf.hardware.ax88179_178a.enable = true;

# SSH key to installer for test automation.
users.users.nixos.openssh.authorizedKeys.keys = lib.mkIf (variant == "debug") [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAolaKCuIUBQSBFGFZI1taNX+JTAr8edqUts7A6k2Kv7"
Expand Down
1 change: 0 additions & 1 deletion targets/lenovo-x1/everything.nix
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
host.kernel.hardening.hypervisor.enable = false;

hardware.x86_64.common.enable = true;
hardware.ax88179_178a.enable = true;

security.tpm2.enable = true;

Expand Down

0 comments on commit 1308da9

Please sign in to comment.