Skip to content

Commit

Permalink
feat: disable wireless for m3800
Browse files Browse the repository at this point in the history
  • Loading branch information
konradmalik committed Oct 29, 2024
1 parent 5903880 commit 6ac10ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/m3800/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
konrad.audio.enable = true;
konrad.hardware.bluetooth.enable = true;
konrad.networking.wireless = {
enable = true;
enable = false;
interfaces = [ "wlp6s0" ];
};
konrad.services = {
Expand Down

0 comments on commit 6ac10ad

Please sign in to comment.