flake.nix: enhance usability of *-vm packages

This commit is contained in:
Astro 2022-05-24 17:32:41 +02:00
parent af4c66bb79
commit 1feb8d154a
1 changed files with 5 additions and 0 deletions

View File

@ -239,7 +239,12 @@
} ];
};
boot.isContainer = lib.mkForce false;
users.users.root.password = "";
fileSystems."/".fsType = lib.mkForce "tmpfs";
services.getty.helpLine = ''
Log in as "root" with an empty password.
Use "reboot" to shut qemu down.
'';
}
];
})