blob: 565360cd255f48f7b8bd5a599b3b66bae1345249 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
{ ... }:
{
imports = [ ../darwin-shared.nix ];
# https://github.com/nix-darwin/nix-darwin/issues/1339
ids.gids.nixbld = 30000;
system.stateVersion = 5;
networking.hostName = "mba-m2";
}
|