alyssum/networking: point to wpa_conf correctly
This commit is contained in:
parent
220af6cf15
commit
c323f004f1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{ config, ... }: {
|
||||
environment.etc."wpa_supplicant.conf".source = config.age.secrets.wpa_conf.path;
|
||||
networking = {
|
||||
useDHCP = true;
|
||||
wireless.enable = true;
|
||||
wireless.extraConfigFiles = [ config.age.secrets.wpa_conf.path ];
|
||||
|
||||
interfaces.wlp1s0.useDHCP = false;
|
||||
interfaces.wlp1s0.ipv4.addresses = [{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue