qemu shit
This commit is contained in:
parent
5f6fd55ada
commit
28444db8bf
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{ pkgs, lib, modulesPath, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./disko.nix
|
||||
./packages.nix
|
||||
(modulesPath + "/profiles/qemu-guest.nix")
|
||||
];
|
||||
|
||||
users.allowNoPasswordLogin = true; /* DEBUG */
|
||||
|
|
Loading…
Add table
Reference in a new issue