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;
|
cores = 6;
|
||||||
graphics = true;
|
graphics = true;
|
||||||
};
|
};
|
||||||
|
services.qemuGuest.enable = true;
|
||||||
|
services.spice-vdagentd.enable = true;
|
||||||
users.users.sammy.hashedPassword = "";
|
users.users.sammy.hashedPassword = "";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -44,6 +44,9 @@
|
||||||
xkb.options = "caps:escape";
|
xkb.options = "caps:escape";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
virtualisation.libvirtd.enable = true;
|
||||||
|
programs.virt-manager.enable = true;
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
jetbrains-mono
|
jetbrains-mono
|
||||||
|
|
Loading…
Add table
Reference in a new issue