hotspot test

This commit is contained in:
2026-04-25 08:14:18 -05:00
parent 15ef3e86bd
commit 8cb0e39272

View File

@@ -9,7 +9,7 @@
services.dnsmasq.enable = true;
/*sops.secrets."hotspotPass".sopsFile = ./secrets.yaml;
sops.secrets."hotspotPass".sopsFile = ./secrets.yaml;
services.hostapd = {
enable = true;
@@ -19,8 +19,15 @@
ssid = "laptopHotspot";
authentication.saePasswords = [{ passwordFile = "${config.sops.secrets."hotspotPass".path}"; }];
};
};
};*/
countryCode = "US";
wifi4 = {
enable = true;
};
};
};
networking.networkmanager.unmanaged = [ "wlo1" ];
};
}