repo cleanup

I moved things around to be easier to reason
This commit is contained in:
Jermeiah S 2025-07-10 02:25:08 -04:00
parent e7f14285ad
commit 1ef708bab8
No known key found for this signature in database
3 changed files with 35 additions and 52 deletions

View file

@ -1,22 +1,10 @@
_: {
virtualisation.vmVariant = {
# virtualisation.diskImage = null;
# Boot with tmpfs as root
virtualisation = {
forwardPorts = [
{
from = "host";
host.port = 8888;
guest.port = 80;
}
];
graphics = false; # disables graphical output
graphics = false;
memorySize = 1024;
diskImage = null;
# qemu.options = [ "-M microvm,x-option-roms=off,pit=off,pic=on,isa-serial=off" ];
};
services.getty = {
autologinUser = "root";