Skip to content

Commit

Permalink
FMO-53: Fix no wifi detected in netvm due to conflicted config (#88)
Browse files Browse the repository at this point in the history
- Only networking.wireless or networking.networkmanager can be enabled at a time

Signed-off-by: Anh Huy Bui <[email protected]>
  • Loading branch information
buianhhuy96 authored Nov 8, 2024
1 parent 0605ec6 commit 7b7ff58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions hardware/fmo-os-rugged-laptop-7330.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@
enable = true;
internalIPs = [ "192.168.101.0/24" ];
}; # networking.nat
wireless = {
enable = true;
};
networkmanager = {
enable = true;
unmanaged = [
Expand Down
3 changes: 0 additions & 3 deletions hardware/fmo-os-rugged-tablet-7230.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@
enable = true;
internalIPs = [ "192.168.101.0/24" ];
}; # networking.nat
wireless = {
enable = true;
};
networkmanager = {
enable = true;
unmanaged = [
Expand Down

0 comments on commit 7b7ff58

Please sign in to comment.