examples: extract common features for running QEMU VMs

Needed by commit: "examples: add deploy-krops.sh"
This commit is contained in:
Erik Arvstedt 2021-03-08 15:11:15 +01:00 committed by Jonas Nick
parent cb3d5446c8
commit ccba86a0f0
No known key found for this signature in database
GPG key ID: 4861DBF262123605
3 changed files with 62 additions and 41 deletions

View file

@ -0,0 +1,7 @@
{
virtualisation.graphics = false;
services.mingetty.autologinUser = "root";
users.users.root = {
openssh.authorizedKeys.keyFiles = [ ./id-vm.pub ];
};
}