nix-config/docker.nix
2025-03-26 14:54:56 +01:00

7 lines
84 B
Nix

{ pkgs, ... }: {
virtualisation.docker = {
enable = true;
};
}