6 lines
No EOL
104 B
Nix
6 lines
No EOL
104 B
Nix
{ config, lib, pkgs, modulesPath, ... }:
|
|
{
|
|
virtualisation.docker = {
|
|
enable = true;
|
|
};
|
|
} |