From 4f58ae813d58cc6d3115f25bfb4ddf2632542bb9 Mon Sep 17 00:00:00 2001 From: Jarkko Toivanen Date: Mon, 8 May 2023 00:55:54 +0300 Subject: [PATCH] Virtualization stuff --- nixos/desktop/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/desktop/configuration.nix b/nixos/desktop/configuration.nix index f8bbf30..502d05b 100644 --- a/nixos/desktop/configuration.nix +++ b/nixos/desktop/configuration.nix @@ -169,6 +169,7 @@ defaultNetwork.dnsname.enable = true; }; libvirtd.enable = true; + spiceUSBRedirection.enable = true; }; #fonts.fontDir.enable = true;