nixos-server-conf/shared/docker.nix

6 lines
No EOL
104 B
Nix

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