You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* init Stroma host
* add Things
* fix system.stateVersion
Addresses this error when switching to the flake:
```
error: Build user group has mismatching GID, aborting activation
The default Nix build user group ID was changed from 30000 to 350.
You are currently managing Nix build users with nix-darwin, but your
nixbld group has GID 350, whereas we expected 30000.
Possible causes include setting up a new Nix installation with an
existing nix-darwin configuration, setting up a new nix-darwin
installation with an existing Nix installation, or manually increasing
your `system.stateVersion` setting.
You can set the configured group ID to match the actual value:
ids.gids.nixbld = 350;
We do not recommend trying to change the group ID with macOS user
management tools without a complete uninstallation and reinstallation
of Nix.
```
* disable deprecated homebrew option
See also: Homebrew/brew#20755
* restore other apps
* restore dock settings
* use Stroma public key
0 commit comments