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