repo cleanup
I moved things around to be easier to reason
This commit is contained in:
parent
e7f14285ad
commit
1ef708bab8
3 changed files with 35 additions and 52 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue