mirror of
https://github.com/MichaelFisher1997/nixos.git
synced 2025-04-27 23:23:10 +00:00
8 lines
146 B
Nix
8 lines
146 B
Nix
![]() |
{ pkgs, ... }:
|
||
|
{
|
||
|
virtualisation.docker.enable = true;
|
||
|
virtualisation.docker.rootless = {
|
||
|
enable = true;
|
||
|
setSocketVariable = true;
|
||
|
};
|
||
|
}
|