Skip to content

Commit

Permalink
feat(grummium): enable linux builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevil Seong committed Jan 9, 2025
1 parent 85d709b commit aa7d751
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions systems/grumium/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,10 @@ in
hostName = hostname;
computerName = config.networking.hostName;
};

nix.linux-builder = {
enable = true;
package = pkgs.darwin.linux-builder-x86_64;
config.virtualisation.cores = 6;
};
}

0 comments on commit aa7d751

Please sign in to comment.