Files
nixy/nixos/docker.nix
T
Hadi 0d901aa10c t
Signed-off-by: Hadi <hadi@example.com>
2026-07-29 13:14:27 +02:00

5 lines
123 B
Nix

{config, ...}: {
virtualisation.docker.enable = true;
users.users."${config.var.username}".extraGroups = ["docker"];
}