11 lines
144 B
Nix
11 lines
144 B
Nix
{
|
|
...
|
|
}:
|
|
{
|
|
virtualisation = {
|
|
docker.enable = true;
|
|
docker.daemon.settings = {
|
|
};
|
|
spiceUSBRedirection.enable = true;
|
|
};
|
|
}
|