Add hostapd file for gunter
This commit is contained in:
parent
9595bf3344
commit
0aa7e8c0b7
20
hosts/gunter/hostapd.nix
Normal file
20
hosts/gunter/hostapd.nix
Normal file
@ -0,0 +1,20 @@
|
||||
{ ... }:
|
||||
{
|
||||
services.hostapd = {
|
||||
enable = true;
|
||||
radios = {
|
||||
wlp13s0 = {
|
||||
countryCode = "NO";
|
||||
wifi6.enable = true;
|
||||
networks.wlp13s0 = {
|
||||
ssid = "TESTLOL";
|
||||
band = "5g";
|
||||
authentication = {
|
||||
wpaPassword = "lol passord";
|
||||
mode = "wpa2-sha256";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user