mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-09 05:53:07 -04:00
12 lines
208 B
Nix
12 lines
208 B
Nix
{ NAME }: { ... }: {
|
|
virtualisation = {
|
|
docker = {
|
|
enable = true;
|
|
};
|
|
};
|
|
environment = {
|
|
sessionVariables = {
|
|
# DOCKER_HOST = "unix://$XDG_RUNTIME_DIR/docker.sock";
|
|
};
|
|
};
|
|
}
|