alyssum/networking: enable wpa_supplicant

This commit is contained in:
Cilly Leang 2026-05-28 18:59:38 +10:00
parent ae707d33ea
commit 220af6cf15
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -2,6 +2,8 @@
environment.etc."wpa_supplicant.conf".source = config.age.secrets.wpa_conf.path;
networking = {
useDHCP = true;
wireless.enable = true;
interfaces.wlp1s0.useDHCP = false;
interfaces.wlp1s0.ipv4.addresses = [{
address = "192.168.1.167";