# Breaking Changes - sops location movod to "system/dev/<dev-name>/sops/sops-conf.nix" - flake devices declaration changes - whole flake update
9 lines
106 B
Nix
9 lines
106 B
Nix
{
|
|
...
|
|
}:
|
|
{
|
|
virtualisation = {
|
|
docker.enable = true;
|
|
spiceUSBRedirection.enable = true;
|
|
};
|
|
}
|