Jump to content

Talk:Eduroam: Difference between revisions

From Official NixOS Wiki
Latest comment: 24 June by Mehnie in topic Newbie feedback
Mehnie (talk | contribs)
Newbie feedback: new section
 
Mehnie (talk | contribs)
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
I solved my problem with this webpage: https://github.com/MayNiklas/eduroam-flake
I solved my problem with this webpage: https://github.com/MayNiklas/eduroam-flake


To get eduroam working, I just had to dowload the python script fromtmy university o set u via https://cat.eduroam.org/ and run it as indicated there
To get eduroam working, I just had to dowload the python script from my university from https://cat.eduroam.org/ and execute it as indicated:


   # open a shell whith all the dependencies needed
   # open a shell whith all the dependencies needed
   nix-shp tell -p  "python3.withPackages (ps: with ps; [ dbus-python ])
   nix-shell -p  "python3.withPackages (ps: with ps; [ dbus-python ])
   # execute the script
   # execute the script
   python3 <your-eduroam.py>
   python3 <your-eduroam.py>


Maybe it is to have mentioned somewhere or link the page?
Maybe it is worth to have it mentioned somewhere or link the page?
[[User:Mehnie|Mehnie]] ([[User talk:Mehnie|talk]]) [[User:Mehnie|Mehnie]] ([[User talk:Mehnie|talk]]) 12:30, 24 June 2026 (UTC)
 
[[User:Mehnie|Mehnie]] ([[User talk:Mehnie|talk]]) 12:30, 24 June 2026 (UTC)

Latest revision as of 12:33, 24 June 2026

Newbie feedback

Hello,

I solved my problem with this webpage: https://github.com/MayNiklas/eduroam-flake

To get eduroam working, I just had to dowload the python script from my university from https://cat.eduroam.org/ and execute it as indicated:

  # open a shell whith all the dependencies needed
  nix-shell -p  "python3.withPackages (ps: with ps; [ dbus-python ])
  # execute the script
  python3 <your-eduroam.py>

Maybe it is worth to have it mentioned somewhere or link the page?

Mehnie (talk) 12:30, 24 June 2026 (UTC)Reply