mirror of
https://github.com/ParkerTenBroeck/dotfiles.git
synced 2026-06-06 21:00:35 -04:00
4 lines
89 B
Nix
4 lines
89 B
Nix
{
|
|
virtualisation.docker.enable = true;
|
|
users.users.may.extraGroups = [ "docker" ];
|
|
}
|