nixos-server-conf/shared/docker.nix

7 lines
No EOL
133 B
Nix

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