1
Fork 0

qemu shit

This commit is contained in:
caem 2025-01-16 20:00:56 +01:00
parent 5f6fd55ada
commit 28444db8bf
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -1,9 +1,10 @@
{ pkgs, lib, ... }:
{ pkgs, lib, modulesPath, ... }:
{
imports = [
./disko.nix
./packages.nix
(modulesPath + "/profiles/qemu-guest.nix")
];
users.allowNoPasswordLogin = true; /* DEBUG */