elohmeier

Results 20 comments of elohmeier

This is my current workaround reg. this issue: ``` { nixosConfig, ... }: { # workaround https://github.com/nix-community/home-manager/issues/2333 disabledModules = [ "config/i18n.nix" ]; home.sessionVariables.LOCALE_ARCHIVE_2_27 = "${nixosConfig.i18n.glibcLocales}/lib/locale/locale-archive"; systemd.user.sessionVariables.LOCALE_ARCHIVE_2_27 = "${nixosConfig.i18n.glibcLocales}/lib/locale/locale-archive"; }; ```...

@Ma27 Thanks for your review. I've fixed the alias issue and removed the PARPacker dependency.

@karimfromjordan cool, thanks for picking it up! Much appreciated 👍

Ping @slonopotamus for visibility

I have read the CLA Document and I hereby sign the CLA

I had the same issue with Azure AD due to using the wrong (v1) endpoints, had to switch to the v2 endpoints to make it work. `https://login.microsoftonline.com//oauth2/authorize` (v1, not working)...

Might be relevant: https://github.com/nikstur/userborn

I had the same problem using Hetzner Cloud VMs and Hetzner Robot servers connected via Wireguard. Since I'm using Consul service discovery I can use DNS to lookup the node...

Thanks for your feedback. I've rebased this PR onto latest master and created a [upstream PR](https://github.com/LnL7/nix-darwin/pull/963) in nix-darwin.