- Add determinateSystems/determinate flake input - Include determinate darwin modules in configuration - Disable legacy nix module configuration - Remove modules/darwin/nix/default.nix - Add mac-va-mbp-work system using determinate nix
14 lines
178 B
Nix
14 lines
178 B
Nix
{
|
|
system.stateVersion = 6;
|
|
|
|
# System Config
|
|
determinateNix = {
|
|
enable = true;
|
|
nixosVmBasedLinuxBuilder.enable = true;
|
|
};
|
|
|
|
# System Config
|
|
reichard = {
|
|
};
|
|
}
|