9 lines
166 B
Nix
9 lines
166 B
Nix
{ config, lib, pkgs, ... }:
|
|
{
|
|
virtualisation.docker.enable = true;
|
|
#virtualisation.docker.rootless = {
|
|
# enable = true;
|
|
# setSocketVariable = true;
|
|
#};
|
|
}
|