| 11 Oct 2025 |
spewdins | I’ve been trying to package ammonia i jector to nix for like 1 whole year
But I need Frida-Core with Frida Gum and that thing is a monster | 18:07:05 |
spewdins | Fair | 18:07:36 |
emily | disabling transparency still basically cured me of my Tahoe hate | 18:17:06 |
emily | it's worse, but normal Apple levels of worse-over-time | 18:17:15 |
tavinator | is this a good channel for installer (on macos) questions? | 19:41:55 |
tavinator | in particular can anyone confirm that something like NIX_USER_COUNT works? (env var) | 19:42:22 |
tavinator | for context - i have seen that by default the installer creates 32 build users... i would like to reduce this to a number like 1 or maybe 2 | 19:46:58 |
emily | having only 1-2 build users will prevent you from running more than 1-2 builds at once | 20:40:31 |
| Adam Olczak joined the room. | 21:36:14 |
tavinator | emily: i'm totally fine with that... do you know if the env var works? i'm not super confident about completely erasing the existing install on my macbook to test this. but i want to have a battle plan for when i try to convince 10-20 devs in my org to install this thing. | 21:48:03 |
emily | not sure. I don't use the official installer on macOS. | 21:48:37 |
emily | I believe the Lix and DetSys installers both have a command-line parameter for the number of users. | 21:48:47 |
emily | out of curiosity, why is the number of users an issue? UID collisions? | 21:48:58 |
tavinator | being asked by management software whether you really want to execute that sudo command | 21:49:20 |
tavinator | every single sudo command | 21:49:24 |
tavinator | also uid collisions but i know how to solve that one | 21:49:56 |
emily | ah. well if you use one of the other installers it will only do one sudo. | 21:53:50 |
emily | and also support uninstalls and other things like that. | 21:53:55 |
emily | the shell script installer is not very good. | 21:54:00 |
tavinator | okay. i'm gonna try to get one of my people to test drive the Lix installer. someone else test drove the DetSys one and it failed right out of the gate. | 21:54:43 |
kdn | is there any way to easily deploy to MacOS from NixOS x86 machine? | 22:04:49 |
niklaskorz | I think clan recently added Darwin support | 22:10:32 |
niklaskorz | https://clan.lol/blog/macos/ | 22:10:58 |
kdn | could you TLDR what is clan? | 22:11:26 |
niklaskorz | NixOS cluster manager basically | 22:12:16 |
kdn | something like https://github.com/zhaofengli/colmena ? | 22:12:38 |
kdn | * something like https://github.com/zhaofengli/colmena or nixops? | 22:12:47 |
kdn | or more like kubernetes for nixos? | 22:14:35 |
niklaskorz | Yes to both questions | 22:14:48 |
kdn | this got me curious: I was planning to build out k3s cluster on top of NixOS (got the hardware, but aborted the Talos k8s deployment there due to some hiccups ~year ago) | 22:16:57 |