virtualization foo

This commit is contained in:
CherryKitten 2024-09-17 12:22:23 +02:00
parent 41b8706e86
commit 1557612209
Signed by: sammy
GPG key ID: 98D8F75FB0658276
2 changed files with 5 additions and 0 deletions

View file

@ -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 = "";
}; };

View file

@ -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