mirror of
https://github.com/MichaelFisher1997/nixos.git
synced 2025-04-27 16:33:09 +00:00
8 lines
146 B
Nix
8 lines
146 B
Nix
{ pkgs, ... }:
|
|
{
|
|
virtualisation.docker.enable = true;
|
|
virtualisation.docker.rootless = {
|
|
enable = true;
|
|
setSocketVariable = true;
|
|
};
|
|
} |