nix-conf/system/modules/virtualization.nix

11 lines
144 B
Nix

{
...
}:
{
virtualisation = {
docker.enable = true;
docker.daemon.settings = {
};
spiceUSBRedirection.enable = true;
};
}