virtualization foo
This commit is contained in:
parent
41b8706e86
commit
1557612209
2 changed files with 5 additions and 0 deletions
|
@ -96,6 +96,8 @@
|
|||
cores = 6;
|
||||
graphics = true;
|
||||
};
|
||||
services.qemuGuest.enable = true;
|
||||
services.spice-vdagentd.enable = true;
|
||||
users.users.sammy.hashedPassword = "";
|
||||
};
|
||||
|
||||
|
|
|
@ -44,6 +44,9 @@
|
|||
xkb.options = "caps:escape";
|
||||
};
|
||||
|
||||
virtualisation.libvirtd.enable = true;
|
||||
programs.virt-manager.enable = true;
|
||||
|
||||
fonts = {
|
||||
packages = with pkgs; [
|
||||
jetbrains-mono
|
||||
|
|
Loading…
Reference in a new issue