chore: dev env image

This commit is contained in:
2026-02-09 12:44:53 -05:00
parent 979f9b4b47
commit 4514e4223b
3 changed files with 95 additions and 1 deletions

View File

@@ -1,10 +1,15 @@
{ lib, ... }:
{
system.stateVersion = 6;
# System Config
determinateNix = {
enable = true;
nixosVmBasedLinuxBuilder.enable = true;
nixosVmBasedLinuxBuilder = {
enable = true;
config.virtualisation.diskSize = lib.mkForce 61440;
};
};
reichard = { };