aboutsummaryrefslogtreecommitdiff
path: root/nixos/machine/spt-mox.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/machine/spt-mox.nix')
-rw-r--r--nixos/machine/spt-mox.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/nixos/machine/spt-mox.nix b/nixos/machine/spt-mox.nix
index 3ada201..d79da46 100644
--- a/nixos/machine/spt-mox.nix
+++ b/nixos/machine/spt-mox.nix
@@ -9,15 +9,11 @@ with lib; {
config = {
cynerd.home-assistant = true;
- environment.systemPackages = with pkgs; [
- mosquitto
- ];
-
networking.wirelessAP = {
enable = true;
environmentFile = "/run/secrets/hostapd.env";
interfaces = {
- "wlp4s0" = {
+ "wls1" = {
countryCode = "CZ";
channel = 7;
hwMode = "g";