@cryptotaxi247 / infra / commits / 0c979563

macs: set mac05 nixbld group id

Martin Weinelt committed May 23, 2026 at 13:48 UTC 0c979563199e9de9e720ad2ee7b60f17bc01f7d5
1 file changed +4 -1
macs/flake-module.nix
+4 -1
@@ -77,7 +77,10 @@
77 };
78 nixos-foundation-macstadium-44911104 = mkNixDarwin "mac05.ofborg.org" ./profiles/ofborg-m1.nix {
79 extraModules = [
80 - { networking.hostName = "nixos-foundation-macstadium-44911104"; }
80 + {
81 + networking.hostName = "nixos-foundation-macstadium-44911104";
82 + ids.gids.nixbld = lib.mkForce 350;
83 + }
84 ];
85 };
86 };