From eeb53599fb7f7a6ae9543f37538d6eef69b5d81c Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Sat, 11 Oct 2025 21:02:35 +0200 Subject: Bunch of updates: - Fixed not having virt-manager - Added Steam - Removed old ssd mounts on apocalypse - Fixed syncthing service - Probably some spotify stuff --- modules/virt.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/virt.nix') diff --git a/modules/virt.nix b/modules/virt.nix index 416f1c4..feb27c7 100644 --- a/modules/virt.nix +++ b/modules/virt.nix @@ -13,7 +13,9 @@ in environment.systemPackages = with pkgs; [ qemu ]; + programs.virt-manager.enable = true; virtualisation = { + spiceUSBRedirection.enable = true; docker.enable = true; libvirtd = { enable = true; @@ -28,7 +30,6 @@ in }) (lib.mkIf cfg.guest { - virtualisation.spiceUSBRedirection.enable = true; services.spice-vdagentd.enable = true; }) ]); -- cgit v1.3.1