Skip to content

Commit

Permalink
feat: disable wireless for m3800 and for rpis
Browse files Browse the repository at this point in the history
  • Loading branch information
konradmalik committed Oct 30, 2024
1 parent 5903880 commit b77e43f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
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
5 changes: 0 additions & 5 deletions hosts/rpi4-1/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@

networking.hostName = "rpi4-1";

konrad.networking.wireless = {
enable = true;
interfaces = [ "wlan0" ];
};

networking.firewall.enable = false;

konrad.services = {
Expand Down
5 changes: 0 additions & 5 deletions hosts/rpi4-2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@

networking.hostName = "rpi4-2";

konrad.networking.wireless = {
enable = true;
interfaces = [ "wlan0" ];
};

konrad.services.autoupgrade = {
enable = true;
};
Expand Down

0 comments on commit b77e43f

Please sign in to comment.