mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 14:40:19 +02:00
more style & comfort update
This commit is contained in:
parent
5da82a8e80
commit
a2bfea4c99
6 changed files with 16 additions and 15 deletions
|
@ -1,9 +1,12 @@
|
|||
{pkgs, config, ...}: {
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
spice-gtk
|
||||
quickemu
|
||||
qemu
|
||||
];
|
||||
|
||||
virtualisation.spiceUSBRedirection.enable = true;
|
||||
|
||||
systemd.tmpfiles.rules = [ "L+ /var/lib/qemu/firmware - - - - ${pkgs.qemu}/share/qemu/firmware" ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue