Sizhe Zhao

Results 46 comments of Sizhe Zhao

## `nixpkgs-review` result Generated using [`nixpkgs-review`](https://github.com/Mic92/nixpkgs-review). Command: `nixpkgs-review pr 470489 --package nixosTests.sing-box --package sing-box` Commit: `648e433bb49a685ca81a73eb9fe7556904ece4e0` --- ### `x86_64-linux` :white_check_mark: 1 test built: nixosTests.sing-box :white_check_mark: 1 package built: sing-box ---...

I think we can have an org.nix-darwin.mobileconfig so it's easier to update. I'm interested in the idea as there are settings that can only be managed through profiles such as...

It's also worthy of note that you can use this to generate a valid profile. ``` lib.pipe { ... } [ (lib.generators.toPlist { escape = true; }) (pkgs.writeText "org.nix-darwin.mobileconfig") ]...

I'm writing both a nix-darwin module and a home-manager module for system and user configuration profiles respectively.

I have an implementation focusing on configuration profiles at https://git.sr.ht/~prince213/nix-darwin-profiles or https://github.com/Prince213/nix-darwin-profiles but it should work for other types with some modifications.

Looks like a duplicate of https://github.com/oven-sh/bun/issues/7956.