Files
NixosConfig/software/docker.nix
2026-03-27 12:55:07 +01:00

6 lines
91 B
Nix

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