Files
stubbfelnix/services/docker.nix
2021-11-02 22:03:56 +01:00

9 lines
99 B
Nix

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