mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-19 03:01:27 +01:00
11 lines
134 B
Nix
11 lines
134 B
Nix
{
|
|
virtualisation.docker = {
|
|
enable = true;
|
|
|
|
rootless = {
|
|
enable = true;
|
|
setSocketVariable = true;
|
|
};
|
|
};
|
|
}
|