diff --git a/os/ccc/default.nix b/os/ccc/default.nix index 61ddd03..2c52f75 100644 --- a/os/ccc/default.nix +++ b/os/ccc/default.nix @@ -1,11 +1,11 @@ { ... }: { config = { - networking.wireless.networks."37C3".auth = '' + networking.wireless.networks."38C3".auth = '' key_mgmt=WPA-EAP eap=TTLS - identity="37C3" - password="37C3" + identity="38C3" + password="38C3" ca_cert="${ builtins.fetchurl { url = "https://letsencrypt.org/certs/isrgrootx1.pem";