mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
networking: fix ifsr-apb password
This commit is contained in:
parent
55ae426cde
commit
51001f585b
5 changed files with 38 additions and 11 deletions
|
@ -3,8 +3,16 @@
|
|||
age.secrets = {
|
||||
tud.file = ../../../../secrets/thinkpad/tud.age;
|
||||
agdsn.file = ../../../../secrets/thinkpad/agdsn.age;
|
||||
ifsr-apb-auth = {
|
||||
file = ../../../../secrets/thinkpad/ifsr-apb-auth.age;
|
||||
};
|
||||
};
|
||||
networking = {
|
||||
supplicant."enp0s31f6" = {
|
||||
userControlled.enable = true;
|
||||
driver = "wired";
|
||||
configFile.path = config.age.secrets.ifsr-apb-auth.path;
|
||||
};
|
||||
wireless.networks = {
|
||||
eduroam = {
|
||||
auth = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue