Files
2025-07-13 15:44:20 -03:00

9 lines
88 B
Nix

# Enable bluetooth
{
pkgs,
lib,
...
}: {
virtualisation.docker.enable = true;
}