9 lines
153 B
Nix
9 lines
153 B
Nix
{ ... }:
|
|
{
|
|
virtualisation.docker.storageDriver = "btrfs";
|
|
virtualisation.docker.rootless = {
|
|
enable = true;
|
|
setSocketVariable = true;
|
|
};
|
|
}
|