Skip to content

Commit

Permalink
Enable containers
Browse files Browse the repository at this point in the history
  • Loading branch information
yousiki committed May 29, 2024
1 parent e1399f5 commit b0bae76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cells/nixos/profiles/core.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
dockerSocket.enable = true;
};

virtualisation.containers.enable = true;

environment.systemPackages = with pkgs; [
docker-compose
podman-compose
Expand Down

0 comments on commit b0bae76

Please sign in to comment.