6 lines
72 B
Nix
6 lines
72 B
Nix
|
{ config, lib, pkgs, ... }:
|
||
|
|
||
|
{
|
||
|
virtualisation.docker.enable = true;
|
||
|
}
|