8 lines
110 B
Nix
8 lines
110 B
Nix
{...}: {
|
|
virtualisation.docker = {
|
|
enable = true;
|
|
enableOnBoot = true;
|
|
rootless = false;
|
|
};
|
|
}
|