hotspot test
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
services.dnsmasq.enable = true;
|
services.dnsmasq.enable = true;
|
||||||
|
|
||||||
/*sops.secrets."hotspotPass".sopsFile = ./secrets.yaml;
|
sops.secrets."hotspotPass".sopsFile = ./secrets.yaml;
|
||||||
|
|
||||||
services.hostapd = {
|
services.hostapd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -19,8 +19,15 @@
|
|||||||
ssid = "laptopHotspot";
|
ssid = "laptopHotspot";
|
||||||
authentication.saePasswords = [{ passwordFile = "${config.sops.secrets."hotspotPass".path}"; }];
|
authentication.saePasswords = [{ passwordFile = "${config.sops.secrets."hotspotPass".path}"; }];
|
||||||
};
|
};
|
||||||
};
|
|
||||||
};*/
|
|
||||||
|
|
||||||
|
countryCode = "US";
|
||||||
|
|
||||||
|
wifi4 = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
networking.networkmanager.unmanaged = [ "wlo1" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user