38C3 Wi-Fi
This commit is contained in:
parent
7cb3dfd9cf
commit
8950def0bd
|
@ -1,11 +1,11 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
config = {
|
config = {
|
||||||
networking.wireless.networks."37C3".auth = ''
|
networking.wireless.networks."38C3".auth = ''
|
||||||
key_mgmt=WPA-EAP
|
key_mgmt=WPA-EAP
|
||||||
eap=TTLS
|
eap=TTLS
|
||||||
identity="37C3"
|
identity="38C3"
|
||||||
password="37C3"
|
password="38C3"
|
||||||
ca_cert="${
|
ca_cert="${
|
||||||
builtins.fetchurl {
|
builtins.fetchurl {
|
||||||
url = "https://letsencrypt.org/certs/isrgrootx1.pem";
|
url = "https://letsencrypt.org/certs/isrgrootx1.pem";
|
||||||
|
|
Loading…
Reference in a new issue