Hello everyone,
I’m seeking assistance with configuring the Intune Portal on NixOS. I have a clean installation of NixOS 24.05, and while the application starts and prompts for login credentials, I encounter the error code 501271 after logging in.
Additionally, when I run the application from the terminal, I see another error: “libcurl.so.4: no version information available (required by intune-portal).”
Here are some details about my setup:
- NixOS Version: 24.05
-
Configuration: I added
intune-portal
to myconfiguration.nix
and performed a rebuild. -
Error Messages:
- After entering my login and password, I receive the error 501271.
- Running from the terminal also shows “libcurl.so.4: no version information available (required by intune-portal).”
I have read a considerable amount of information regarding this error in relation to Linux, but I have not found a functional solution.
I would appreciate it if anyone could share their experience or provide guidance on how to set up the Intune Portal successfully on NixOS. If you have a working configuration, could you please share the steps you took or any specific settings that might be necessary?
Thank you in advance for your help!