diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-07-17 07:35:29 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-07-17 07:35:29 -0700 |
| commit | 9c40421e52f1c06a5d455e66a648ba6af79ca2ad (patch) | |
| tree | 4589977e668333dcd5a583219a053555b18ac7e5 /nix/lib/mkSystem.nix | |
| parent | build and deploy my personal website on the VM (diff) | |
| download | infra-9c40421e52f1c06a5d455e66a648ba6af79ca2ad.tar.gz | |
configure the nixbld GID in the host configuration directly
Diffstat (limited to '')
| -rw-r--r-- | nix/lib/mkSystem.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nix/lib/mkSystem.nix b/nix/lib/mkSystem.nix index e96e1ef..41f4f3c 100644 --- a/nix/lib/mkSystem.nix +++ b/nix/lib/mkSystem.nix @@ -48,8 +48,6 @@ systemFunc rec { ] ++ [ { - # https://github.com/nix-darwin/nix-darwin/issues/1339 - ids.gids.nixbld = 30000; home-manager.useGlobalPkgs = true; home-manager.useUserPackages = true; home-manager.sharedModules = [ |
