mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 08:06:19 +02:00
some agdsn related changes
This commit is contained in:
parent
b81a7a669a
commit
0a2b482244
8 changed files with 109 additions and 48 deletions
|
@ -11,6 +11,7 @@
|
|||
owner = config.users.users.systemd-network.name;
|
||||
};
|
||||
};
|
||||
services.lldpd.enable = true;
|
||||
services.resolved = {
|
||||
fallbackDns = [
|
||||
"9.9.9.9"
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
agdsn = {
|
||||
auth = ''
|
||||
eap=TTLS
|
||||
anonymous_identity="anonymous@agdsn.de"
|
||||
anonymous_identity="wifi@agdsn.de"
|
||||
ca_cert="/etc/ssl/certs/ca-certificates.crt"
|
||||
domain_suffix_match="radius.agdsn.de"
|
||||
identity="r5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue