12 lines
144 B
Nix
12 lines
144 B
Nix
|
{ ... }: {
|
||
|
|
||
|
virtualisation.docker = {
|
||
|
enable = true;
|
||
|
rootless = {
|
||
|
enable = true;
|
||
|
setSocketVariable = true;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
}
|