mirror of
https://github.com/kmein/niveum
synced 2026-03-30 01:01:10 +02:00
eduroam, traadfri: use shared secrets
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
{ pkgs, lib, ... }:
|
||||
let
|
||||
eduroam = (import <dot/secrets.nix>).eduroam;
|
||||
eduroam = {
|
||||
identity = lib.strings.removeSuffix "\n" (builtins.readFile <shared-secrets/eduroam/identity>);
|
||||
password = lib.strings.removeSuffix "\n" (builtins.readFile <shared-secrets/eduroam/password>);
|
||||
};
|
||||
eduroamAuth = ''
|
||||
key_mgmt=WPA-EAP
|
||||
eap=TTLS
|
||||
|
||||
Reference in New Issue
Block a user