@cryptotaxi247 / infra / commits / 925d1889

macs: set nixbld gid for mac04.ofborg.org

Martin Weinelt committed May 19, 2026 at 01:55 UTC 925d188943d7442e4b7324eb80aa90e49569a28e
1 file changed +5 -1
macs/flake-module.nix
+5 -1
@@ -2,6 +2,7 @@
2 {
3 flake.darwinConfigurations =
4 let
5 + lib = inputs.nixpkgs.legacyPackages.aarch64-darwin.lib;
6 mkNixDarwin =
7 hostname: entrypoint: args:
8 inputs.darwin.lib.darwinSystem {
@@ -68,7 +69,10 @@
69 # M1 8C, 16G, 256M (Macstadium)
70 nixos-foundation-macstadium-44911207 = mkNixDarwin "mac04.ofborg.org" ./profiles/ofborg-m1.nix {
71 extraModules = [
71 - { networking.hostName = "nixos-foundation-macstadium-44911207"; }
72 + {
73 + networking.hostName = "nixos-foundation-macstadium-44911207";
74 + ids.gids.nixbld = lib.mkForce 350;
75 + }
76 ];
77 };
78 nixos-foundation-macstadium-44911104 = mkNixDarwin "mac05.ofborg.org" ./profiles/ofborg-m1.nix {