Skip to content

Commit

Permalink
Add nerdctl
Browse files Browse the repository at this point in the history
  • Loading branch information
hzmmohamed committed Jan 4, 2024
1 parent befb123 commit fe1c55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/virtualisation/docker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ in {
};

config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [docker-compose lazydocker dive];
environment.systemPackages = with pkgs; [docker-compose lazydocker dive nerdctl];
caramelmint.user.extraGroups = ["docker"];

# NixOS 22.05 moved NixOS Containers to a new state directory and the old
Expand Down

0 comments on commit fe1c55d

Please sign in to comment.