11 lines
162 B
Nix
11 lines
162 B
Nix
|
{
|
||
|
virtualisation.docker = {
|
||
|
enable = true;
|
||
|
storageDriver = "btrfs";
|
||
|
rootless = {
|
||
|
enable = true;
|
||
|
setSocketVariable = true;
|
||
|
};
|
||
|
};
|
||
|
}
|