aboutsummaryrefslogtreecommitdiff
path: root/nixos/machine/spt-mox.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2023-01-16 21:17:02 +0100
committerKarel Kočí <cynerd@email.cz>2023-01-16 21:17:02 +0100
commit1fa6424b36fc9bdbf13937a7f81f234b2114bbce (patch)
tree6dec4da7dab3e048004f0a23a4e1ce3557a4e302 /nixos/machine/spt-mox.nix
parent2a34a2f9ae1f60e948ce6eca3bf7a3864a0a70ac (diff)
downloadnixos-personal-1fa6424b36fc9bdbf13937a7f81f234b2114bbce.tar.gz
nixos-personal-1fa6424b36fc9bdbf13937a7f81f234b2114bbce.tar.bz2
nixos-personal-1fa6424b36fc9bdbf13937a7f81f234b2114bbce.zip
nixos: fix wifi interface name for Mox
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";