1

feat: enable usb redirection for virtualization

This commit is contained in:
Himadri Bhattacharjee
2024-09-30 08:22:29 +05:30
parent eb84981f2b
commit f2a9f46570

View File

@@ -160,7 +160,9 @@
];
};
};
};
virtualisation.spiceUSBRedirection.enable = true;
# Enable nix-command for search and flakes
nix.settings.experimental-features = [ "nix-command" "flakes" ];