Home: Add wifi ap config ref.
This commit is contained in:
parent
d810ffea3c
commit
574d146bff
|
@ -24,6 +24,7 @@ in {
|
||||||
# Wan configuration.
|
# Wan configuration.
|
||||||
# REF: https://nixos.wiki/wiki/Systemd-networkd
|
# REF: https://nixos.wiki/wiki/Systemd-networkd
|
||||||
# SEE: man 5 systemd.network
|
# SEE: man 5 systemd.network
|
||||||
|
# REF: Wifi config: https://openwrt.org/docs/guide-user/network/wifi/wifiextenders/bridgedap#wireless_access_point_-_dumb_access_point
|
||||||
systemd.network = {
|
systemd.network = {
|
||||||
enable = true;
|
enable = true;
|
||||||
wait-online.enable = false; # HACK: So we can use both NM and networkd.
|
wait-online.enable = false; # HACK: So we can use both NM and networkd.
|
||||||
|
|
Loading…
Reference in a new issue