configuration.nix/hosts/wynne/services/docker.nix

6 lines
59 B
Nix
Raw Normal View History

_: {
virtualisation.docker = {
enable = true;
};
}